How to install on Linux (GNU GCC/G++)

logotipo.png

Requirements

- Any Linux distribution, it have been tested on SuSe 9.2

- GNU C/C++ and GNU Binary Tools

Library installation

- Copy "CRM32Pro_linux.rar" to "/usr/CRM32Pro" directory and decompress it.

- "/usr/CRM32Pro" path must be in your search path,you have to add an entry to PATH environment variable.
  For example, in bash shell, type "PATH=$PATH:/usr/CRM32Pro".

- Your system is ready to run and to develop any application using the library. Examples: SpacePong...

How to compile applications

- Basically, you have to include "CRM32Pro.h" at beginning of your code.

- The minimum parameters to use GCC or G++ using the library are:
   "gcc -pthread example.c -o output -I/usr/CRM32Pro /usr/CRM32Pro/CRM32Pro.so -L/usr/X11/lib -lX11 -lXext"
   Optionally, you can use any optimization parameter,etc.For more information you can see below examples.



Generated on Sat Oct 20 17:32:23 2007 for CRM32Pro Library by  doxygen 1.4.7