[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

8.1 Linking with 3Delight

3Delight comes with a library which implements the RenderMan API interface. Here is how to link with it on different platforms.

`IRIX'
CC -o main main.cpp -I$DELIGHT/include -L$DELIGHT/lib/ -L/lib/i686 -l3delight -lm -ldl -lc
`Linux'
g++ -o main main.cpp -I$DELIGHT/include -L$DELIGHT/lib/ -L/lib/i686 -l3delight -lm -ldl -lc
`Windows'
cl /I%DELIGHT%/include %DELIGHT%/lib/3delight.lib main.cpp
`MacOS X'
g++ -o main main.cpp -I$DELIGHT/include -L$DELIGHT/lib -framework CoreFoundation -lstdc++ -l3delight



This document was generated by Aghiles Kheffache on July, 31 2003 using texi2html
3Delight 1.0.0. Copyright 2000-2003 The 3Delight Team. All Rights Reserved.