S
S
syxoi2016-04-04 13:26:10
linux
syxoi, 2016-04-04 13:26:10

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

4 answer(s)
S
Spetros, 2016-04-04
@Spetros

There is a file with a telling name BUILDING.txt, everything is told in it.

V
Vladimir, 2016-04-04
@rostel

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

if something is wrong read https://wiki.debian.org/en/DebianBuildPackages

M
Max, 2016-04-04
@MaxDukov

classic

./configure
make
make install

but in general, the support of the comrade Spetros - the developers are not too lazy to write assembly instructions, which means it's a sin for you to be too lazy to read them.

S
syxoi, 2016-04-04
@syxoi

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 question

Ask a Question

731 491 924 answers to any question