

The files are saved in your downloads folder under $HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/. Or you can uninstall it from command line “dpkg -r lugaru” You can uninstall this program from synaptic, the file is called lugaru. It deletes and recreates a temporary build directory each time it runs and if a file is locked you may need to delete the folder yourself. If something goes wrong it will stop before it reaches the end. And if all goes well it leaves a little note each time it successfully finishes.
#Lugaru commands install
It should update your packages, Install your dependencies, Check out the source code, update the source code, prepare the make files, build the files, install the files and leave you with a nice package to remember the occasion.

I type very wordy so you may not have the patience to keep reading. Just paste this mother in a normal terminal and hit enter.

> description-pak & mkdir -p $HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/mybuilds & sudo checkinstall -pkgname=lugaru -pkgversion=0.0.0.001-Goog.`date +%y.%m.%d.%H.%M.%S` -pkgsource= -maintainer=none -pakdir=$HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/mybuilds -nodoc -y > $HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/logs/checkinstalllog.txt & echo Successful build on `date +%c` `date +%y.%m.%d.%H.%M.%S` > $HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/logs/GoodBuild.txt > description-pak & echo Lugaru is 3D action adventure game featuring Turner, an anthropomorphic rabbit with curiously well-developed combat skills. lugaru -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/lugaru > $HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/logs/cmakelog.txt & make & echo Lugaru is a third-person combat action game. Code: Select all sudo apt-get update & sudo apt-get install aptitude & sudo aptitude install build-essential libbz2-dev libvorbis-dev libogg-dev libopenal-dev libsdl1.2-dev cmake libpng-dev libjpeg-dev libz-dev libgl1-mesa-dev glutg3-dev mercurial checkinstall rpm alien & sudo aptitude install libopenal1 libopenal-dev libpng12-0 libpng12-dev libjpeg62 libjpeg62-dev libbz2-1.0 libbz2-dev libsdl1.2debian libsdl1.2-dev libpthread-stubs0 libpthread-stubs0-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev libsm6 libsm-dev libice6 libice-dev libx11-6 libx11-dev libxext6 libxext-dev libvorbisfile3 libogg0 libogg-dev libstdc++6 libstdc++6-4.4-dev libgcc1 libc-bin libc-dev-bin & mkdir -p $HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/ & cd $HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/ & hg clone lugaru cd $HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/lugaru & hg update & cd $HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/ & sudo rm -r -f lugarutemp mkdir lugarutemp & cd lugarutemp & mkdir -p $HOME/Downloads/Humble_Bundle/OpenSourceBuilds/google/logs/ & cmake.
