Short Contents

10.3 Linking with 3Delight

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

Linux
g++ -o main main.cpp -I$DELIGHT/include -L$DELIGHT/lib/ -l3delight
Windows
cl /I"%DELIGHT%/include" "%DELIGHT%/lib/3delight.lib" main.cpp
MacOS X
g++ -o main main.cpp -I$DELIGHT/include -L$DELIGHT/lib/ -l3delight

3Delight 10.0. Copyright 2000-2011 The 3Delight Team. All Rights Reserved.