Update of /cvsroot/sharedaemon/core/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7828
Added Files:
README
Log Message:
Added this file to provide information for non Linux users on how to compile the code
--- NEW FILE: README ---
The code for the core should compile fine for Linux, Mac OS X and Win32 (using
the MingW32 version of the compiler gcc).
Linux
-----
No changes are needed.
Simply type "make -f Makefile.cvs" and everything should be ok.
Windows 95, 98, ME, NT, 2K, XP (and whatever will follow)
---------------------------------------------------------
Edit Makefile.cvs so that the Line starting with CPPFLAGS
also contains the option -DWIN32.
Afterwards, type "make -f Makefile.cvs" and everything should be ok.
Mac OS X
--------
Edit Makefile.cvs so that the Line starting with CPPFLAGS
also contains the option -DMACOSX.
Type "make -f Makefile.cvs" after that, and everything should be ok.
|