Rev. | efeab20e689880041b1ce76d479bb22c776d3f74 |
---|---|
Size | 1,031 bytes |
Time | 2020-07-04 19:41:12 |
Author | simphone |
Log Message | simphone 0.8.1 |
simphone build scripts
The build subdirectory contains scripts to compile Simphone and data
which they need. Output files are generated in-place. A short overview:
make_installer.sh unix shell script to create shar installer.
installer.sh main installer script (calls configure.ac).
configure.ac fetch required dependencies and compile Simphone.
build_qt(.bat) compile the Qt toolkit (.bat version for windows).
build_simphone(.bat) compile Simphone (.bat version for windows).
uudecode.pl perl version of the 'uudecode' program.
patch.py windows version of the 'patch' program.
config-win32/ build_simcore.bat compiles simcore under windows
in the absence of a 'make' program.
rlink/ removes unused code and data from windows exe.
makedepend/ source code of makedepend program (for mac os).
Please refer to the doc/compiling.html to see how to use the scripts.