summaryrefslogtreecommitdiffstats
path: root/BUILDING.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removed references to libgcrypt and libgpg-error in BUILDING.txtBrian P. Hinz2014-11-181-3/+1
|
* Update BUILDING.txt to document GnuTLS requirementsBrian P. Hinz2014-11-141-0/+23
| | | | See Issue #44 for further details.
* Extend "static" build optionPierre Ossman2014-10-171-4/+9
| | | | | Try to link as much as possible statically in an effort to produce binaries that can be run everywhere.
* Remove libjpeg-turbo build instructionsPierre Ossman2014-10-171-51/+3
| | | | | There is nothing special about this library that warrants special treatment.
* Clean up GnuTLS linking and instructionsPierre Ossman2014-10-171-82/+1
| | | | | | | | | GnuTLS can have different crypto backends, and it is rarely gcrypt these days. So we should not be including that unconditionally, and should not be pointing people at it either. Also remove the section about Win32 binaries as those are out of date and probably insecure. Lastly remove the section about static builds as it is a general issue and in no way complete with just the GnuTLS portions.
* Ship FLTK patches instead of referring a URIPierre Ossman2014-08-221-48/+4
| | | | | | | It makes things more self contained (although you still need to download FLTK itself), avoids the confusion of STR:s in varying states, and allows us to refer to patches that aren't available on an STR.
* Update FLTK requirementPierre Ossman2014-08-221-2/+2
| | | | We actually require FLTK 1.3.2 as we reference FL_SOCKET.
* Added attributes to the Java viewer MANIFEST file in order to conform to ↵Brian Hinz2013-12-021-0/+22
| | | | | | upcoming JRE requirements. Added support for specifying a signing certificate in place of the self-signed certificate. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5145 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added 'contrib' folder to store patches necessary to build external ↵Brian Hinz2013-11-281-0/+34
| | | | | | dependecies, distribution-specific packaging files, etc. Also added a delimiter to the end of the fltk patch script defined in BUILDING.txt to make it easier to parse this script out for automated builds. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5139 3789f03b-4d11-0410-bbf8-ca57d06f2519
* An updated patch of the X11 clipboard notification is now available.Pierre Ossman2013-09-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5134 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated patch references; CMake portions of the clipboard and cursor patches.Peter Åstrand2013-02-051-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5038 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The recommended FLTK version is now 1.3.2. This means that severalPeter Åstrand2013-01-221-27/+27
| | | | | | | | | patches are no longer necessary. Also, provide a shell script to download and apply all patches. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5031 3789f03b-4d11-0410-bbf8-ca57d06f2519
* A minor style change wrt the patches; use comment char. Peter Åstrand2013-01-221-18/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5030 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Hint about building FLTK with -DCMAKE_BUILD_TYPE=Release. Peter Åstrand2013-01-071-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5023 3789f03b-4d11-0410-bbf8-ca57d06f2519
* fltk-xfixes-xcursor-cmake.2.patch must be applied with -p0. Peter Åstrand2013-01-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5022 3789f03b-4d11-0410-bbf8-ca57d06f2519
* There is unfortunately not a patch available for this issue.Pierre Ossman2012-10-301-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5013 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update with current patch file names.Pierre Ossman2012-10-301-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5012 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update to last patchPeter Åstrand2012-10-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5009 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Include fltk-xfixes-xcursor-cmake.patch. Peter Åstrand2012-10-241-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5007 3789f03b-4d11-0410-bbf8-ca57d06f2519
* To make it easier to apply patches, list their names and which orderPeter Åstrand2012-10-241-0/+20
| | | | | | | | they should be applied. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5006 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Clarify the FLTK requirement.Pierre Ossman2012-08-171-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4954 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add missing blank line.Pierre Ossman2012-08-171-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4953 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove the in-tree versin of FLTK. Maintaining such a copy is way tooPeter Åstrand2012-08-091-0/+58
| | | | | | | | | much work, and it's constantly out of sync. Let's document what the main developers (ie Cendio) are using instead. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4951 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove Visual C++ supportDRC2011-11-081-123/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4774 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Activate the DPMS extension; avoid Ubuntu 11.10 crashing. Peter Åstrand2011-10-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4745 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update documentation for Java viewer and add build instructionsDRC2011-10-061-0/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4711 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix BUILD_STATIC on MinGW and document the featureDRC2011-10-011-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4683 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Adapt -m32 recipe to accommodate modern systems as wellDRC2011-08-241-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4657 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Oops. The option is --with-xkb-bin-directory, not --with-xkb-bin-dirDRC2011-08-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4656 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Include basic recipe for building Xvnc on "modern" systems (will still ↵DRC2011-08-241-11/+58
| | | | | | require some tweaking for systems other than Red Hat/Fedora) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4654 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove FLTK build instructions (no longer needed)DRC2011-07-281-28/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4607 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Actually, you don't have to build it first, as the "install" target takes ↵DRC2011-07-281-3/+3
| | | | | | care of that git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4601 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Include instructions for specifying the location of libjpeg-turboDRC2011-07-061-4/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4578 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Mac app bundle and Linux tarball are fully implemented in CMake build system ↵DRC2011-06-251-10/+7
| | | | | | now. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4557 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Instructions for building with NLS and other tweaksDRC2011-06-241-11/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4533 3789f03b-4d11-0410-bbf8-ca57d06f2519
* First pass at build instructions for the new FLTK-based viewer and CMake ↵DRC2011-06-231-275/+257
| | | | | | build system git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4522 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Using build-xorg without -static is not useful, because it causes Xvnc to ↵DRC2011-06-141-6/+5
| | | | | | depend on the dynamic X11 libraries generated by build-xorg in the build directory. Thus, remove -static and make that behavior the default. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4498 3789f03b-4d11-0410-bbf8-ca57d06f2519
* NASM and GCC > 4.1 no longer necessary, because libjpeg-turbo is no longer ↵DRC2011-05-131-34/+4
| | | | | | part of the build git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4410 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Require gettext 0.14.4 to fix a problem with detection of NLS supportDRC2011-05-131-6/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4409 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Merged r4377 from 1_1 branch.Adam Tkac2011-04-271-9/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4385 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Merged r4342 - r4359 from 1_1 branch.Adam Tkac2011-04-271-31/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4383 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Merged r4340 from 1_1 branch (dcommander):Adam Tkac2011-04-271-2/+4
| | | | | | | Clarify that VeNCrypt is part of TigerVNC, regardless of whether TLS support is enabled git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4381 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Minor tweaks (capitalization, etc.)DRC2011-02-101-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4287 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Move BUILDING.txt to the top of the tree, since it contains general build ↵DRC2011-02-101-0/+531
instructions that are useful to all users, not just users who are using the packaging tools under release/ git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4286 3789f03b-4d11-0410-bbf8-ca57d06f2519