Changes between Initial Version and Version 1 of visual_SkySilverlining


Ignore:
Timestamp:
Aug 9, 2010, 9:04:23 PM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • visual_SkySilverlining

    v1 v1  
     1[[TracNav(TracNav/TOC)]]
     2
     3= Module for Sky Rendering : Sky Silverlining =
     4
     5
     6== Installation ==
     7
     8=== Windows ===
     9 * Download the precompiled package from http://cdn.sundog-soft.com/silverlining-sdk.exe or the full version from the link you obtained with your license code.
     10
     11=== Linux ===
     12 * Download the Linux full source package from the link you obtained with you license code. You MUST build Silverlining yourself because the precompiled package does only contain 32 bit libraries
     13{{{
     14#!sh
     15wget http://...../SilverLining-SDK-FullSource.tgz
     16tar -xvzf SilverLining-SDK-FullSource.tgz
     17cd SilverLining-SDK-FullSource
     18make -j8
     19}}}
     20
     21
     22== Using Sky Silverlining in osgVisual