next up previous contents
Next: Compiling Mahogany Up: General Procedure Previous: Unpack wxGTK and run   Contents

Configuring Mahogany

This is even easier than with wxGTK. Just run Mahogany's configure script. If you have built wxGTK with debugging enabled, specify the additional option -with-debug when configuring Mahogany. Call ./configure -help to get a list of supported options. Generally you will just run it without options. If configure fails to find some header files or libraries, you can create links to them in the extra/include and extra/lib directories and configure will find them. To reconfigure Mahogany, make sure that you delete any *cache* files first. If you have multiple versions of wxGTK installed, you can set the WX_CONFIG environment variable to tell configure which wx-config program to call. Note: the -with/-without arguments are prefixed with a double hyphen, not just a single one, as it might show up in some version of this document

What to do, step by step:
./configure -help  
./configure with options as described above 
make depend 
make 
make install 
make install_all



Charlie & 2001-04-19