Domodude,
Hi all,
I followed the wiki
http://wiki.linuxmce.org/index.php/Setting_Up_A_Development_Environment to compile from source. I used to have some trouble compiling but I think it's going well now.
There is one line in the wiki that is a bit confusing:
cp /usr/pluto/lib/* /src/lib/ -RDoes this mean that I should make a directory /src/lib and do the copy,
or should this line really read:
cp /usr/pluto/lib/* src/lib/ -Rso that the /usr/pluto/lib stuff ends up in the charon-media tree?
Cheers,
Mark
You should copy the libs to src/lib (create the lib dir first).
Also. Do you want to build stuff for the future lmce releases or for 0710?
For 0710 you should checkout LinucMCE-0710 instead of charon-merge.
svn co
http://svn.linuxmce.org/pluto/branches/LinuxMCE-0710There is no configure script available for 0710.
So you need to do whats on this page.
http://wiki.linuxmce.org/index.php/Building_From_SourceDo the find stuff.
Then make.
Have learnt the hard way myself over the past week.
/niz23