-
Notifications
You must be signed in to change notification settings - Fork 4
Installing XOBJ
JasXSL edited this page Nov 29, 2017
·
3 revisions
- Create a folder for SL libraries on your drive (example
C:\LSL
) - Download XOBJ as zip and extract the contents of the master folder to your SL libraries directory (
C:\LSL
). The important part is that you now haveC:\LSL\xobj_core
&C:\LSL\xobj_toonie
folders. If you are familiar with git, you can also git clone and add these folders as symlinks in your libraries directory. - Open a script window in your Firestorm viewer. Click the cogs icon at the top and check Enable LSL preprocessor. Then check Script optimizer and #includes from local disk. The other checkboxes are optional.
- Click the ... button and navigate to your libraries directory
C:\LSL
- Close and re-open your script window. Then hit OK.
- Click OK, you are done!
- To test if it works create a new default LSL script (hello avatar), and above default add
#include "xobj_core/_ROOT.lsl"
Then compile. If you get no errors, it worked!