linux:~/Desktop/arora-0.10.2$ ./builddeb.sh
./builddeb.sh: 4: debuild: not found
dh_testdir
dh_testroot
rm -rf builddir
dh_clean build-stamp
You need to install the debuild program.
A program is needed to build the .deb/.rpm, for rpm it is rpmbuld for
.deb it looks like it is debuild. What are you trying to build this on
as most distros have arora packages.
Ok, you will need the relevant Ubuntu packages for these programs, I
don't know what they are, but the Mandriva ones are qt4-devel and
qt4-linguist. You will need something similar, then just build it with
qmake and make to check that everything is working, I would then check
your distros wiki for building a .deb, they will be the best
instructions.
Well if it is just for you the building it with:
qmake
make
sudo make install
Or whatever the stupid sudo command is. That will install arora
without any issues.
if you are considering building a .deb, then using make install should
be something you understand and know fully. I like to not treat people
like incompatent morons in the vain hope that others will start
assuming that someone has a certain level of knowledge by what they
are doing.