SlashEMc2k said:Whats the best way to setup PMenu and test the skin for it?
Setup vmware/virtualBox with Ubuntu install pmenu and go from there, dropping sliced images into place?
Yup !
You will also need a few library and fix :
Code:
sudo apt-get install libglut3-dev -y
sudo apt-get install libglew-dev -y
sudo apt-get install glew-utils -y
sudo apt-get install libsdl1.2debian-all -y
sudo apt-get install libsdl-image1.2 -y
sudo apt-get install libsdl-ttf2.0-0 -y
And maybe : sudo ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
Then run "run.sh" inside pmenu archive.
If i miss something please report.
Last edited by a moderator: