L I B V 3 D I N S T A L L A T I O N I N S T R U C T I O N S ------------------------ STEP 1: Configure Source ------------------------ Configure the source for your system, type: ./configure --listall This will run the compiler test and print all available platforms. Choose the most appropriate platform and add any additional arguments as needed (see ./configure --help for more information on enabling/disabling and overriding source configuration values). To select your platform simply type the platform name and any additional arguments to the ./configure line, example: ./configure Linux --prefix=/usr -v --enable="arch-i586" Note that the v3ddemo subdir is not configured, if you wish to compile the demo then you need to manually cd to v3ddemo and type 'make'. ------------------------ STEP 1: Building Program ------------------------ If there were no problems configuring the source for your system, then just type: make This will start the compiling process. If you encountered errors, then you should report them to the authors. Read the AUTHORS file for a list of addresses. -------------------- STEP 3: INSTALLATION -------------------- To install, type: make install Note: If you specified an alternate prefix in the ./configure line then the installation location may be different than shown below. Header files are installed in: /usr/include/v3d/ Manual pages are installed in: /usr/man/man3/ Library is installed in: /usr/lib/ Note that the v3ddemo is not compiled or installed, if you want to compile it you need to manually cd to the v3ddemo dir and type 'make'. ------ LIBV3D