Menu

Tree [r61] /
 History

HTTPS access


File Date Author Commit
 base 2010-06-11 armorger [r61] Fixed the errors in the algorithm of Kang. It f...
 blender 2010-01-25 armorger [r48] Added a exporter for blender 2.4x
 doc 2009-04-21 armorger [r1] Added the first files :)
 ui 2009-11-08 armorger [r45] Added some functionality to the component stati...
 volum 2010-01-27 armorger [r51] Uploaded a missing file to test the raytrace wi...
 Makefile 2009-04-24 armorger [r3] Fixed some errors in volume class and in the demo
 README.txt 2009-04-21 armorger [r1] Added the first files :)
 icon.png 2009-04-21 armorger [r1] Added the first files :)
 icon.svg 2009-04-21 armorger [r1] Added the first files :)
 icon32x32.png 2009-04-21 armorger [r1] Added the first files :)
 icon64x64.png 2009-04-21 armorger [r1] Added the first files :)
 license.txt 2009-04-21 armorger [r1] Added the first files :)
 license_es.txt 2009-04-21 armorger [r1] Added the first files :)
 mac.cfg 2009-04-26 armorger [r7] Mac portability has been fixed and the dinamic ...
 mingw.cfg 2009-04-26 armorger [r7] Mac portability has been fixed and the dinamic ...
 unix.cfg 2009-04-26 armorger [r7] Mac portability has been fixed and the dinamic ...

Read Me

TO COMPILE IN UNIX/LINUX:
   Type: make help

TO COMPILE IN WINDOWS:
   Add SYSTEM=mingw to compile with mingw in windows:
       $> make SYSTEM=mingw all

    /--------------------------------------------------------\
   |                      S3D-GER Library (S3D)               |
   |          Simple 3D Graphical Engine for Research         |
    \--------------------------------------------------------/



* To make the library try:
    make all
* To install the library (default) try:
    make install
* To uninstall the library (default) try:
    make uninstall
* To install or uninstall the library in a directory try:
    make install INSTALLPATH=/directory/
    make uninstall INSTALLPATH=/directory/

    WARNING: INSTALLPATH must be a full path without ~ 
             and it must finish with /
* To compile the documentation type:
    make documentation

* To clean (or hard clean) the files try:
    make clean   or    make mrpropper

PLEASE: Before commit any file to the repository use: make mrpropper
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.