-
Notifications
You must be signed in to change notification settings - Fork 0
Installing mulp
virtualint edited this page Jan 20, 2012
·
2 revisions
Mulp is developed with C++ and Wx and libxml++ is used for xml parsing, so we need Wx widgets and libxml++.
Wx widgets, http://www.wxwidgets.org Libxml++, http://libxmlplusplus.sourceforge.net
After installing Wx widgets and libxml++, download mulp source from http://github.com/virtualint/mulp
Open the tar ball of mulp
tar xzvf mulp-0.0.1.tar.gz
then cd to mulp directory
cd mulp-0.0.1 ./autogen.sh ./configure make
Login with root user
and
make install
if you are using ubuntu or fedora or a distro with sudo
sudo make install
You installed the mulp software! Now try to run mulp from command line or with Alt+F2 on Kde and Gnome.