...
- open the libstomp X Code project in the 'c' directory
- Click X Code's build button.
Build from Unix
- check if APR includes and library are available on your system : find /usr -name apr.h
- if APR is not installed on your system, you can get it from the Apache website
- then, you have to write a makefile based on your environment. You can use this sample Makefile, it works on Solaris and shoud work on Linux too.
