Answer the question
In order to leave comments, you need to log in
How do you assemble programs from Git?
Hello! In this case, in general, a noob, but I read a lot, but did not understand how to compile programs from source codes. Task: to build a tigervnc server, namely tiger for Debian 8 (x32 and x64), because compared to tightvnc, it has more features and is faster. I found a link to the git here anonscm.debian.org/cgit/pkg-tigervnc/pkg-tigervnc.git , cloned it, I go in, I enter make and nothing, it gives an error. Tell me, please, step by step, how to build tigervnc for debian?
Answer the question
In order to leave comments, you need to log in
There is a file with a telling name BUILDING.txt, everything is told in it.
apt-get -y install git dpkg-dev devscripts
git clone http://anonscm.debian.org/cgit/pkg-tigervnc/pkg-tigervnc.git tigervnc
cd tigervnc
dpkg-buildpackage -b -uc
classic
./configure
make
make install
Not going to ... installed all dependencies
Makefile:883: ошибка выполнения рецепта для цели «libvnccommon_la-Input.lo»
make[3]: *** [libvnccommon_la-Input.lo] Ошибка 1
make[3]: выход из каталога «/home/s/tiger/pkg-tigervnc/obj-x86_64-linux-gnu/unix/xserver/hw/vnc»
Makefile:601: ошибка выполнения рецепта для цели «all-recursive»
make[2]: *** [all-recursive] Ошибка 1
make[2]: выход из каталога «/home/s/tiger/pkg-tigervnc/obj-x86_64-linux-gnu/unix/xserver/hw»
Makefile:768: ошибка выполнения рецепта для цели «all-recursive»
make[1]: *** [all-recursive] Ошибка 1
make[1]: выход из каталога «/home/s/tiger/pkg-tigervnc/obj-x86_64-linux-gnu/unix/xserver»
debian/rules:222: ошибка выполнения рецепта для цели «build/tigervnc-standalone-server»
make: *** [build/tigervnc-standalone-server] Ошибка 2
dpkg-buildpackage: ошибка: debian/rules build возвратил код ошибки 2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question