To compile the program you will need a C++ compiler and headers for the Qt library.
The typical procedure of building the program is:
$ ./configure
$ make
To create the binary package run the attached script:
$ cd osx-package
$ ./osx-package.sh WebIssues
Additional options that can be passed to the configure script:
- 
                      
                        -prefixDIR
- 
                      Location where the package will be installed (default is /usr/local).
- 
                      
                        -destdirDIR
- 
                      Destination directory prepended to the installation prefix (useful for creating distribution packages or testing installation). 
- 
                      
                        -qmakePATH
- 
                      Full path to the qmake tool (required if it cannot be found automatically). 
- 
                      
                        -debug
- 
                      Build the application in debugging mode (with symbols and without optimizations). 
- 
                      
                        -universal
- 
                      Build both the x86 and PPC version. 
- 
                      
                        -targetVERSION
- 
                      Set OS X deployment target (default target is 10.3). 
- 
                      
                        -sdkPATH
- 
                      Set OS X SDK (default is /Developer/SDKs/MacOSX10.4u.sdk). 
Copyright © 2007-2009 WebIssues Team
