Arora kubuntu 9.04
April 29, 2009 3 Comments
sudo apt-get install build-essential git-core && sudo apt-get build-dep arora
git clone git://github.com/Arora/arora.git
** if you have NOT dual core replace make -j3 with make
cd arora && qmake “CONFIG-=debug” -r && make -j3
** EDIT: get errors on kubuntu? try this
cd arora && qmake-qt4 “CONFIG-=debug” -r && make -j3
try arora with this:
./arora
if it’s working good ———>
** you can use checkinstall instead of make install.. (it builds a .deb )
sudo make install

