| 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 |
| 15 | wget http://...../SilverLining-SDK-FullSource.tgz |
| 16 | tar -xvzf SilverLining-SDK-FullSource.tgz |
| 17 | cd SilverLining-SDK-FullSource |
| 18 | make -j8 |
| 19 | }}} |
| 20 | |
| 21 | |
| 22 | == Using Sky Silverlining in osgVisual |