Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubitz committed Dec 1, 2016
1 parent 13b93c5 commit 371566a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PREREQUISITES

qmake (you don't need the whole Qt stuff for the non-GUI parts, just qmake)
glib (for the core library)
mad (for MP3 transfer, can be disabled)
libmcrypt (for PCM transfer, can be disabled)
Qt 4 (for the GUI)
qmake (you don't need the whole Qt stuff for the non-GUI parts, just qmake)
glib (for the core library)
mad (for MP3 transfer, can be disabled)
libgcrypt (for PCM transfer, can be disabled)
Qt (for the GUI)

BUILDING

Expand All @@ -21,11 +21,11 @@ directly in the directories qhimdtransfer and himdtest.

To disable the optional features, the following keywords are recognized
in the CONFIG variable:
without_mad -> disables MP3 support (you wont need mad)
without_mcrypt -> disables PCM support (you wont need libmcrypt)
without_gui -> disable qhimdtransfer (you wont need Qt and sox)

So, the minimal configuration is built by using
without_mad -> disables MP3 support; you wont need mad
without_gcrypt -> disables PCM support; you wont need gcrypt
without_gui -> disables qhimdtransfer; you wont need Qt and sox

qmake CONFIG+=without_mad CONFIG+=without_mcrypt CONFIG+=without_gui
So, the minimal configuration is built by using

qmake CONFIG+=without_mad CONFIG+=without_gcrypt CONFIG+=without_gui

0 comments on commit 371566a

Please sign in to comment.