Mercurial > hg > sonic-annotator
comparison INSTALL @ 47:91d20795a109
* Make --force work correctly for playlists
author | Chris Cannam |
---|---|
date | Wed, 02 Mar 2011 15:27:21 +0000 |
parents | 18c42fbc1335 |
children | 52d71675a953 |
comparison
equal
deleted
inserted
replaced
46:4d07f61dba3f | 47:91d20795a109 |
---|---|
45 | 45 |
46 (If you're on the Mac and you have Qt3 installed as well, you must | 46 (If you're on the Mac and you have Qt3 installed as well, you must |
47 export QMAKESPEC=macx-g++ before you do this, or Qt will get confused.) | 47 export QMAKESPEC=macx-g++ before you do this, or Qt will get confused.) |
48 | 48 |
49 Then type "make". The program will then either build, or not build. | 49 Then type "make". The program will then either build, or not build. |
50 If it builds, the result will be a binary file in | 50 If it builds, the result will be a binary file in sonic-annotator (on |
51 runner/sonic-annotator (on Linux) or runner/release/Sonic | 51 Linux) or release/Sonic Annotator.exe (on Win32), or a bundle in |
52 Annotator.exe (on Win32), or a bundle in runner/Sonic Annotator.app. | 52 sonic-annotator.app. There should be nothing to install apart from |
53 There should be nothing to install apart from the executable itself | 53 the executable itself and any of the above listed third-party shared |
54 and any of the above listed third-party shared libraries that are not | 54 libraries that are not already installed. |
55 already installed. | |
56 | 55 |
57 | 56 |
58 Qt Library Version Requirements | 57 Qt Library Version Requirements |
59 ------------------------------- | 58 ------------------------------- |
60 | 59 |