We have a git repo nowadays and I guess we won't go back to CVS. Signed-off-by: Christian Beier <dontmind@freeshell.org>pull/1/head
parent
617a5f8b6b
commit
558a58e039
@ -1,30 +0,0 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
compile
|
||||
configure
|
||||
configure.lineno
|
||||
config.status
|
||||
config.log
|
||||
LibVNCServer.spec.in
|
||||
LibVNCServer.spec
|
||||
x11vnc.spec.in
|
||||
.deps
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
libvncserver-config
|
||||
_configs.sed
|
||||
config.h
|
||||
LibVNCServer*.tar.gz
|
||||
upload_beta.sh
|
||||
stamp-*
|
||||
x11vnc*.tar.gz
|
||||
config.h.in
|
||||
rfbconfig.h
|
||||
rfbconfig.h.in
|
||||
install-sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
depcomp
|
||||
description-pak
|
||||
libvncserver*.deb
|
||||
|
@ -1,22 +0,0 @@
|
||||
If you check out CVS of LibVNCServer, everything should build as usual:
|
||||
|
||||
./configure && make
|
||||
|
||||
If your machine complains not having the right version of automake (which should
|
||||
not be necessary, because every needed file is checked in), try
|
||||
|
||||
find -name Makefile.in -exec touch {} \;
|
||||
|
||||
and rerun ./configure && make
|
||||
|
||||
If you want to make changes which require automake or autoconf (i.e. you
|
||||
check for other headers or add files), you have to have a current
|
||||
(>2.50) version of autoconf. Also, you need automake.
|
||||
|
||||
Then, just do
|
||||
sh autogen.sh && make
|
||||
in LibVNCServer's directory, and you should see plenty of output and
|
||||
finally have a complete build of LibVNCServer.
|
||||
|
||||
Happy VNC'ing!
|
||||
|
@ -1,22 +0,0 @@
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.guess
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
COPYING
|
||||
.cvsignore
|
||||
INSTALL
|
||||
install-sh
|
||||
Makefile
|
||||
Makefile.in
|
||||
missing
|
||||
mkinstalldirs
|
||||
nacro.pm
|
||||
nacro.so
|
||||
nacro_wrap.c
|
||||
visualnacro-*
|
||||
.deps
|
||||
.in
|
||||
depcomp
|
@ -1,3 +0,0 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
@ -1,9 +0,0 @@
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
SDLvncviewer
|
||||
ppmtest
|
||||
vnc2mpg
|
||||
*.avi
|
||||
*.mpg
|
||||
|
@ -1,6 +0,0 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
x11vnc
|
||||
zippy
|
||||
.deps
|
||||
|
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
case "$1" in
|
||||
#cvs --help-commands 2>&1 | sed "s/[ ][ ]*/ /g" | cut -d " " -f 2
|
||||
add|admin|annotate|checkout|commit|diff|edit|editors|export|history|import|\
|
||||
init|log|login|logout|pserver|rdiff|release|remove|rtag|server|status|\
|
||||
tag|unedit|update|watch|watchers)
|
||||
cmd="$1"; shift;;
|
||||
*) cmd=update;;
|
||||
esac
|
||||
|
||||
cvs -z3 -d :pserver:anonymous@cvs.libvncserver.sf.net:/cvsroot/libvncserver $cmd "$@"
|
||||
|
@ -1,18 +0,0 @@
|
||||
Makefile
|
||||
*test
|
||||
example
|
||||
fontsel
|
||||
pnmshow
|
||||
pnmshow24
|
||||
storepasswd
|
||||
vncev
|
||||
Makefile.in
|
||||
.deps
|
||||
simple
|
||||
simple15
|
||||
colourmaptest
|
||||
regiontest
|
||||
mac
|
||||
filetransfer
|
||||
backchannel
|
||||
rotate
|
@ -1,5 +0,0 @@
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
libvncclient.a
|
||||
|
@ -1,5 +0,0 @@
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
libvncserver.a
|
||||
|
@ -1,3 +0,0 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
@ -1,5 +0,0 @@
|
||||
rfbconfig.h
|
||||
rfbconfig.h.in
|
||||
stamp-h*
|
||||
rfbint.h
|
||||
|
@ -1,9 +0,0 @@
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
encodingstest
|
||||
blooptest
|
||||
cargstest
|
||||
copyrecttest
|
||||
cursortest
|
||||
|
@ -1,7 +0,0 @@
|
||||
LinuxVNC
|
||||
VNCommand
|
||||
example
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
Loading…
Reference in new issue