Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
9b46601d
Commit
9b46601d
authored
Jul 28, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapted dox
parent
2cc93929
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
ChangeLog
ChangeLog
+1
-0
README.cvs
README.cvs
+13
-1
No files found.
ChangeLog
View file @
9b46601d
fixed bug with maxRectsPerUpdate and Tight Encoding (these are incompatible)
checked sync with TightVNC 1.2.8:
viewonly/full passwords; if given a list, only the first is a full one
vncRandomBytes is a little more secure now
...
...
README.cvs
View file @
9b46601d
To compile LibVNCServer with sources from CVS, you have to have a current
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment