Hello Sajjadul,

On Wed, 2007-09-05 at 19:17 +0200, Sajjadul Islam wrote:
> Hello,
> 
> The partial content of the Readme file within Contrib is:
> 
> Example: the VideoGrab contrib
> needs the avcodoc and avformat libs, and the ffmpeg/avformat.h header.
> You
> need to call configure with "--with-add-incdir=<path where ffmpeg is> 
> --with-add-libdir=<path where libavformat.so and libavcodec.so are>
> --with-add-lib=avformat:avcodec" 
> 
> what will be the parameter for --with-add-lib for building the Terrain
> along with the compilation?

if you had included the two sentences before the part you quote above,
you could have seen this:

<quote>
The primary thing to watch out for are additional libraries needed by
the contributions.
</quote>

However there are also contributions that do not need additional, i.e.
external, libraries, the terrain code is one of these.

> and i believe for including directory and library directory for the
> Terrain will be the same and that is: 
> 
> OpenSG/Source/Contrib/Terrain/

no, for the terrain stuff you do not pass any of the --with-add-XXX
options to configure, because it only depends on OpenSG and the build
knows where to find these headers and libs ;)

        Hope it helps,
                Carsten


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to