66394f9960
Windows check-outs from occurring.
32 lines
1.5 KiB
Plaintext
32 lines
1.5 KiB
Plaintext
-----------------------------------------------------------------
|
|
REQUIREMENTS FOR BUILDING THE SOFTWARE PACKAGE ON LINUX
|
|
-----------------------------------------------------------------
|
|
|
|
- Install latest mono and mono-devel (mono 1.1.13 or above)
|
|
www.go-mono.org
|
|
- Install JAVA 1.5
|
|
www.java.sun.com
|
|
|
|
|
|
-----------------------------------------------------------------
|
|
BUILD
|
|
-----------------------------------------------------------------
|
|
|
|
1. Generate autotools files:
|
|
./autogen.sh --prefix=/<install_dir> [--enable-debug]
|
|
|
|
2. To reconfigure later, or to configure software that came from a source
|
|
distribution (.tar.gz) file, use configure.
|
|
./configure --prefix/<install_dir> [--enable-debug]
|
|
(run ./configure --help for more options)
|
|
|
|
3. Choose your make target, here are a few interesting ones:
|
|
make - compile and create binaries
|
|
|
|
make clean - clean up binaries
|
|
|
|
make package - create source.tar.gz and rpm
|
|
|
|
**make install - not available
|
|
**make test - not available
|