Difference between revisions of "Talk:Build the Viewer on Linux"
Gigs Taggart (talk | contribs) |
|||
Line 20: | Line 20: | ||
*how to compile those versions '''with''' the [https://lists.secondlife.com/pipermail/sldev/2007-February/000545.html current llmozlib from ubrowser.com] | *how to compile those versions '''with''' the [https://lists.secondlife.com/pipermail/sldev/2007-February/000545.html current llmozlib from ubrowser.com] | ||
--[[User:Boroondas Gupte|Boroondas Gupte]] 06:10, 26 February 2007 (PST) | --[[User:Boroondas Gupte|Boroondas Gupte]] 06:10, 26 February 2007 (PST) | ||
:I edited it so it's complete if you want llMozLib off, getting llMozlib compiled and working with the viewer is actually nontrivial, compiling llMozLib is just about as hard as compiling the viewer itself! | |||
== Help? == | == Help? == | ||
Would it be useful to add a blurb on where people can get help compiling, specifically in Linux. Or at least an internal link to another wiki page that has a list of places to get help in each version, MAC/WIN/LIN/BSD/(however far people want to break it down, etc.). | Would it be useful to add a blurb on where people can get help compiling, specifically in Linux. Or at least an internal link to another wiki page that has a list of places to get help in each version, MAC/WIN/LIN/BSD/(however far people want to break it down, etc.). |
Revision as of 09:05, 27 February 2007
You need yacc too --Eddy Stryker
I had to add "class LLUICtrlFactory;" to llui/lluictrl.h and llui/llviewborder.h to avoid a bunch of problems about that class missing --Eddy Stryker
Isn't it nescessary to use scons with the option OPENSOURCE=no
since the source tarball of 2007-01-12, if you wanna use the fast KDU image decoding libraries? I haven't tried thus I am not sure and didn't add it, but the following code block taken from the SConstruct file seems to indicate it:
if opensource == 'yes':
flags += '-DLL_USE_KDU=0 '
else:
flags += '-DLL_USE_KDU=1 '
--Sharven Raabe 03:47, 14 January 2007 (PST)
llmozlib
There's a need of instructions on
- how to disable llmozlib in FL-1.13.3.58185 and FL-1.13.3.58390 as explained at a thread of SLDev@lists.secondlife.com
and/or
- how to compile those versions with the current llmozlib from ubrowser.com
--Boroondas Gupte 06:10, 26 February 2007 (PST)
- I edited it so it's complete if you want llMozLib off, getting llMozlib compiled and working with the viewer is actually nontrivial, compiling llMozLib is just about as hard as compiling the viewer itself!
Help?
Would it be useful to add a blurb on where people can get help compiling, specifically in Linux. Or at least an internal link to another wiki page that has a list of places to get help in each version, MAC/WIN/LIN/BSD/(however far people want to break it down, etc.).