Hi
svn is Subversion. You have to install it, consult your distros wiki for that. With the following command you'll get the source code of LXDE:
Code: Select all
svn co https://lxde.svn.sourceforge.net/svnroot/lxde/trunk/ ./lxde
Now you have to compile the applications "menu-cache", "lxmenu-data" and "lxpanel".Please also consult the wiki of your distro about compiling! Now you have to run the following commands in each of the three directorys. (You can copy them to and temporary directory for that):
Code: Select all
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
After that exit lxpanel and restart it, but only if it compiles successfully!
If this doesn't work please give some more informations:
* the error message itself
* your distro and version
* the wikipage you used as instruction
maces