Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

BUILDING.txt 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. *******************************************************************************
  2. ** Building TigerVNC
  3. *******************************************************************************
  4. ================================
  5. Build Requirements (All Systems)
  6. ================================
  7. -- CMake (http://www.cmake.org) v2.8 or later
  8. -- FLTK 1.3.0
  9. * Must be patched using fltk/extensions.patch to get full functionality
  10. * See "Building FLTK" below.
  11. -- If building TLS support:
  12. * GnuTLS and its dependencies (libgcrypt, libtasn1, libgpg-error)
  13. -- libjpeg-turbo SDK
  14. * If your system does not include libjpeg-turbo, you can download the SDK
  15. from http://sourceforge.net/projects/libjpeg-turbo/files/
  16. =========================
  17. Build Requirements (Unix)
  18. =========================
  19. -- Non-Mac platforms:
  20. * X11 development kit
  21. -- If building Xvnc:
  22. * autoconf 2.57 or later
  23. * automake 1.7 or later
  24. * libtool 1.4 or later
  25. * OpenSSL v0.9.7 or later
  26. * Python v2.3 or later
  27. * zlib v1.2 or later
  28. * pkgconfig 0.20 or later
  29. If you are using an older RPM-based system which does not meet this
  30. minimum requirement (such as Red Hat Enterprise Linux 4), then you can
  31. build pkgconfig 0.20 from the Fedora 5 source RPM:
  32. http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/source/SRPMS/pkgconfig-0.20-2.2.1.src.rpm
  33. * gettext 0.14.4 or later
  34. If you are using an older RPM-based system which does not meet this
  35. minimum requirement (such as Red Hat Enterprise Linux 4), then you can
  36. build gettext 0.14.5 from the Fedora 5 source RPM:
  37. http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/source/SRPMS/gettext-0.14.5-3.src.rpm
  38. NOTE: gcj and libgcj are required when building the above source RPM.
  39. ============================
  40. Build Requirements (Windows)
  41. ============================
  42. -- Microsoft Visual C++ 2005 or later
  43. If you don't already have Visual C++, then the easiest way to get it is by
  44. installing the Windows SDK:
  45. http://msdn.microsoft.com/en-us/windows/bb980924.aspx
  46. The Windows SDK includes both 32-bit and 64-bit Visual C++ compilers and
  47. everything necessary to build TigerVNC.
  48. * For 32-bit builds, you can also use Microsoft Visual C++ Express
  49. Edition. Visual C++ Express Edition is a free download.
  50. * If you intend to build TigerVNC from the command line, then add the
  51. appropriate compiler and SDK directories to the INCLUDE, LIB, and PATH
  52. environment variables. This is generally accomplished by executing
  53. vcvars32.bat or vcvars64.bat and SetEnv.cmd. vcvars32.bat and
  54. vcvars64.bat are part of Visual C++ and are located in the same directory
  55. as the compiler. SetEnv.cmd is part of the Windows SDK. You can pass
  56. optional arguments to SetEnv.cmd to specify a 32-bit or 64-bit build
  57. environment.
  58. ... OR ...
  59. -- MinGW
  60. -- Inno Setup (needed to build the TigerVNC installer)
  61. Inno Setup can be downloaded from http://www.jrsoftware.org/isinfo.php.
  62. You also need the Inno Setup Preprocessor, which is available in the
  63. Inno Setup QuickStart Pack.
  64. Add the directory containing iscc.exe (for instance,
  65. C:\Program Files\Inno Setup 5) to the system or user PATH environment
  66. variable prior to building TigerVNC.
  67. =============
  68. Building FLTK
  69. =============
  70. Currently, TigerVNC requires functionality that is not yet included in the
  71. upstream version of FLTK. Thus, it will be necessary to build FLTK from
  72. source. To do this:
  73. 1. Download the FLTK 1.3.0 source tarball from http://www.fltk.org/
  74. 2. Extract the source tarball
  75. 3. cd fltk-1.3.0
  76. 4. patch -p1 < {tigervnc_source_directory}/fltk/extensions.patch
  77. 5. Use CMake to build FLTK using the same procedures described below for
  78. building TigerVNC. The recipes in the "Build Recipes" section also apply.
  79. 6. (optional) Use 'make install' to install FLTK into a directory of your
  80. choosing.
  81. 7. When building TigerVNC, set the FLTK_FLUID_EXECUTABLE CMake variable to the
  82. location of the fluid executable that was built in Step 5 or installed in
  83. Step 6. This gives CMake a hint as to where to find the FLTK library.
  84. 8. If you did not install FLTK, then set the FLTK_INCLUDE_DIR CMake variable to
  85. the location of the FLTK source directory.
  86. ==================
  87. Out-of-Tree Builds
  88. ==================
  89. Binary objects, libraries, and executables are generated in the same directory
  90. from which cmake was executed (the "binary directory"), and this directory need
  91. not necessarily be the same as the TigerVNC source directory. You can create
  92. multiple independent binary directories, in which different versions of
  93. TigerVNC can be built from the same source tree using different compilers or
  94. settings. In the sections below, {build_directory} refers to the binary
  95. directory, whereas {source_directory} refers to the TigerVNC source directory.
  96. For in-tree builds, these directories are the same.
  97. =================
  98. Building TigerVNC
  99. =================
  100. Unix/Mac
  101. --------
  102. The following procedure will build the TigerVNC Viewer on Linux and Unix
  103. systems. On 64-bit systems, this will build a 64-bit version of TigerVNC. See
  104. "Build Recipes" for specific build instructions for building a 32-bit version
  105. of TigerVNC on 64-bit systems.
  106. cd {build_directory}
  107. cmake -G "Unix Makefiles" {source_directory} [additional CMake flags]
  108. make
  109. Building the TigerVNC Server (Xvnc) is a bit trickier. On newer systems
  110. containing Xorg 7.4 or later (such as Fedora), Xvnc is typically built to use
  111. the X11 shared libraries provided with the system. The procedure for this is
  112. very system-specific, since it requires specifying such things as font and X
  113. resource directories. Thus, it cannot be described in terms general enough for
  114. this document.
  115. Those using systems with older versions of Xorg must build a "legacy-friendly"
  116. version of the TigerVNC Server. This is accomplished by downloading and
  117. building the more recent Xorg modules in a local directory and then building
  118. Xvnc such that it links against the local build of these libraries, not the X11
  119. libraries installed on the system. The "build-xorg" script in the TigerVNC
  120. source distribution (located under unix/) automates this process.
  121. The following procedure will build both the TigerVNC Viewer and a
  122. "legacy-friendly" version of the TigerVNC Server:
  123. cd {build_directory}
  124. sh {source_directory}/unix/build-xorg init
  125. sh {source_directory}/unix/build-xorg build [additional CMake flags]
  126. build-xorg generates a version of Xvnc that has no external dependencies on the
  127. X11 shared libraries or any other distribution-specific shared libraries. This
  128. version of Xvnc should be transportable across multiple O/S distributions.
  129. build-xorg should work on Red Hat Enterprise 4, its contemporaries, and later
  130. systems. It probably will not work on older systems. It has not been tested
  131. on non-Linux systems (yet).
  132. build-xorg can also be used to rebuild just the TigerVNC Server and Viewer,
  133. once the X11 modules and other dependencies have been built for the first time.
  134. This is convenient for testing changes that just apply to the TigerVNC source
  135. code. To accomplish this, run:
  136. sh {source_directory}/unix/build-xorg rebuild [additional make flags]
  137. For instance,
  138. sh {source_directory}/unix/build-xorg rebuild clean
  139. will clean both the Xvnc and vncviewer builds without destroying any of the
  140. build configuration or module dependencies.
  141. Visual C++ (Command Line)
  142. -------------------------
  143. cd {build_directory}
  144. cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release {source_directory}
  145. nmake
  146. This will build either a 32-bit or a 64-bit version of TigerVNC, depending
  147. on which version of cl.exe is in the PATH.
  148. Visual C++ (IDE)
  149. ----------------
  150. Choose the appropriate CMake generator option for your version of Visual Studio
  151. (run "cmake" with no arguments for a list of available generators.) For
  152. instance:
  153. cd {build_directory}
  154. cmake -G "Visual Studio 9 2008" {source_directory}
  155. You can then open ALL_BUILD.vcproj in Visual Studio and build one of the
  156. configurations in that project ("Debug", "Release", etc.) to generate a full
  157. build of TigerVNC.
  158. MinGW
  159. -----
  160. cd {build_directory}
  161. cmake -G "MSYS Makefiles" {source_directory}
  162. make
  163. This will generate only vncviewer. Currently, Visual C++ must be used to build
  164. WinVNC.
  165. Debug Build
  166. -----------
  167. Add "-DCMAKE_BUILD_TYPE=Debug" to the CMake command line. Or, if building with
  168. NMake, remove "-DCMAKE_BUILD_TYPE=Release" (Debug builds are the default with
  169. NMake.)
  170. Self-Contained MinGW Build
  171. --------------------------
  172. If TigerVNC is built using MinGW, then it may depend on the MinGW libgcc DLL.
  173. To eliminate this dependency, add
  174. -DCMAKE_C_FLAGS=-static-libgcc -DCMAKE_CXX_FLAGS=-static-libgcc
  175. to the CMake command line.
  176. ====================
  177. Building TLS support
  178. ====================
  179. VeNCrypt (the TigerVNC security and authentication extensions) can be built
  180. with TLS support, which provides built-in encryption for VNC sessions. This
  181. requires GnuTLS, which is not pre-installed on all platforms. This section
  182. describes the issues associated with building a version of TigerVNC with TLS
  183. support and how to work around those issues.
  184. Unix/Mac
  185. --------
  186. In general, if you are building on a Unix-ish platform that has the GnuTLS
  187. libraries and include files installed in the standard system locations, then
  188. the TigerVNC build system should detect the system version of GnuTLS
  189. automatically and link against it. However, this produces a version of
  190. TigerVNC that depends on the GnuTLS dynamic libraries, and thus the TigerVNC
  191. binaries are not portable.
  192. To build a fully portable, cross-compatible version of TigerVNC with VeNCrypt
  193. support, it is necessary to link against the GnuTLS static library (as well
  194. as the static libraries of its dependencies.) If you are lucky enough, then
  195. your O/S distribution may include pre-packaged versions of these static
  196. libraries. Otherwise, it will be necessary to build GnuTLS, libgcrypt,
  197. libtasn1, and libgpg-error from source.
  198. You can manipulate the GNUTLS_INCLUDE_DIR and GNUTLS_LIBRARY CMake variables to
  199. accommodate a custom build of GnuTLS that is installed in a non-system
  200. directory. For instance, adding
  201. -DGNUTLS_INCLUDE_DIR=/opt/gnutls/include \
  202. -DGNUTLS_LIBRARY='/opt/gnutls/lib/libgnutls.a;/opt/gnutls/lib/libgcrypt.a;/opt/gnutls/lib/libgpg-error.a;/opt/gnutls/lib/libtasn1.a' \
  203. -DUSE_INCLUDED_ZLIB=1
  204. to the CMake or 'build-xorg build' command line will cause TigerVNC to be
  205. statically linked against a custom installation of GnuTLS that resides under
  206. /opt/gnutls. GnuTLS depends on zlib, so specifying --with-included-zlib will
  207. satisfy that dependency using TigerVNC's in-tree version of zlib, which
  208. prevents TigerVNC from depending on the libz dynamic library.
  209. MinGW
  210. -----
  211. An installer containing the GnuTLS header files, as well as static and dynamic
  212. link libraries for 32-bit MinGW, can be downloaded from the following site:
  213. http://josefsson.org/gnutls4win/
  214. As of this writing, GnuTLS cannot be built cleanly with MinGW64 due to the fact
  215. that portions of the code assume an LP64 data model (Windows uses LLP64.)
  216. Thus, it is not possible at this time to produce a Win64 version of TigerVNC
  217. with TLS support.
  218. Whether you use the above installer or build GnuTLS from source, make sure that
  219. you install the libraries and headers into a pathname that doesn't contain
  220. spaces (the installer will try to install under c:\Program Files unless you
  221. tell it otherwise.) If the GnuTLS include path contains spaces, then the MinGW
  222. resource compiler will barf when you try to build TigerVNC.
  223. You can manipulate the GNUTLS_INCLUDE_DIR and GNUTLS_LIBRARY CMake variables to
  224. specify the directory under which you installed GnuTLS. For instance, adding
  225. -DGNUTLS_INCLUDE_DIR=/c/gnutls/include \
  226. -DGNUTLS_LIBRARY=/c/gnutls/lib/libgnutls.dll.a
  227. to the CMake command line when using MinGW will cause TigerVNC to be linked
  228. against GnuTLS DLLs that are installed under c:\gnutls.
  229. Adding
  230. -DGNUTLS_INCLUDE_DIR=/c/gnutls/include \
  231. -DGNUTLS_LIBRARY='/c/gnutls/lib/libgnutls.a;/c/gnutls/lib/libgcrypt.a;/c/gnutls/lib/libtasn1.a;/c/gnutls/lib/libgpg-error.a'
  232. to the CMake command line will cause TigerVNC to be statically linked against
  233. GnuTLS libraries that are installed under c:\gnutls.
  234. Note that the use of MinGW means that only the TigerVNC viewer can be built,
  235. not the server.
  236. Visual C++
  237. ----------
  238. There is generally no sane way to build GnuTLS and its dependencies using
  239. Visual C++. Thus, it is necessary to either build the libraries with MinGW (or
  240. download 32-bit versions of these from the link above), generate Visual C++
  241. import libraries from the DLLs, then link TigerVNC against the Visual C++
  242. import libraries.
  243. In the instructions below, {gnutls_path} indicates the path under which GnuTLS
  244. is installed (Example: c:\Program Files\GnuTLS-2.10.1).
  245. To generate Visual C++ import libraries:
  246. cd {gnutls_path}\lib
  247. lib /def:..\bin\libgnutls-{version}.def /out:libgnutls.lib
  248. Now, you can add the following arguments to the CMake command line:
  249. -DGNUTLS_INCLUDE_DIR={gnutls_path}\include \
  250. -DGNUTLS_LIBRARY={gnutls_path}\lib\libgnutls.lib
  251. to build TigerVNC against the GnuTLS DLLs installed under {gnutls_path}.
  252. ===================
  253. Installing TigerVNC
  254. ===================
  255. You can use the build system to install TigerVNC into a directory of your
  256. choosing. To do this, add:
  257. -DCMAKE_INSTALL_PREFIX={install_directory}
  258. to the CMake command line. Then, after building TigerVNC, you can run
  259. 'make install' or 'nmake install' (or build the "install" target in the Visual
  260. Studio IDE) to install it.
  261. If you don't specify CMAKE_INSTALL_PREFIX, then the default is
  262. c:\Program Files\TigerVNC on Windows and /usr/local on Unix.
  263. =========================
  264. Creating Release Packages
  265. =========================
  266. The following commands can be used to create various types of release packages:
  267. Unix
  268. ----
  269. (TODO: implement these in CMake. OS X viewer also needs to be packaged into
  270. an app instead of a package, since it can run stand-alone now.)
  271. make tarball
  272. Create a binary tarball containing the TigerVNC Viewer
  273. make servertarball
  274. Create a binary tarball containing both the TigerVNC Server and Viewer
  275. make dmg
  276. Create Macintosh package/disk image. This requires the PackageMaker
  277. application, which must be installed in /Developer/Applications/Utilities.
  278. make udmg [BUILDDIR32={32-bit build directory}]
  279. On 64-bit OS X systems, this creates a version of the Macintosh package and
  280. disk image which contains universal i386/x86-64 binaries. You should first
  281. configure a 32-bit out-of-tree build of TigerVNC, then configure a 64-bit
  282. out-of-tree build, then run 'make udmg' from the 64-bit build directory. The
  283. build system will look for the 32-bit build under {source_directory}/osxx86
  284. by default, but you can override this by setting the BUILDDIR32 variable on
  285. the make command line as shown above. Either the 64-bit or 32-bit build can
  286. be configured to be backward-compatible by using the instructions in the
  287. "Unix Build Recipes" section.
  288. Windows
  289. -------
  290. If using NMake:
  291. cd {build_directory}
  292. nmake installer
  293. If using MinGW:
  294. cd {build_directory}
  295. make installer
  296. If using the Visual Studio IDE, build the "installer" project.
  297. The installer package (TigerVNC[64].exe) will be located under
  298. {build_directory}. If building using the Visual Studio IDE, then the installer
  299. package will be located in a subdirectory with the same name as the
  300. configuration you built (such as {build_directory}\Debug\ or
  301. {build_directory}\Release\).
  302. NOTE: If TigerVNC is built with TLS support, then the build system will
  303. attempt to package the GnuTLS DLLs into the Windows installer. It looks for
  304. these DLLs in a directory called "bin" one level up from GNUTLS_INCLUDE_DIR.
  305. =============
  306. Build Recipes
  307. =============
  308. 32-bit Build on 64-bit Linux/Unix (including OS X)
  309. --------------------------------------------------
  310. Set the following environment variables before running CMake or
  311. 'build-xorg build':
  312. CFLAGS='-O3 -m32'
  313. CXXFLAGS='-O3 -m32'
  314. LDFLAGS=-m32
  315. 64-bit Backward-Compatible Build on 64-bit OS X
  316. -----------------------------------------------
  317. Add
  318. -DCMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.5.sdk \
  319. -DCMAKE_OSX_DEPLOYMENT_TARGET=10.5
  320. to the CMake command line. The OS X 10.5 SDK must be installed.
  321. 32-bit Backward-Compatible Build on 64-bit OS X
  322. -----------------------------------------------
  323. Set the following environment variables:
  324. CC=gcc-4.0
  325. CXX=g++-4.0
  326. CFLAGS='-O3 -m32'
  327. CXXFLAGS='-O3 -m32'
  328. LDFLAGS=-m32
  329. and add
  330. -DCMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.4u.sdk \
  331. -DCMAKE_OSX_DEPLOYMENT_TARGET=10.4
  332. to the CMake command line. The OS X 10.4 SDK must be installed.
  333. 64-bit MinGW Build on Cygwin
  334. ----------------------------
  335. cd {build_directory}
  336. CC=/usr/bin/x86_64-w64-mingw32-gcc CXX=/usr/bin/x86_64-w64-mingw32-g++ \
  337. RC=/usr/bin/x86_64-w64-mingw32-windres \
  338. cmake -G "Unix Makefiles" -DCMAKE_SYSTEM_NAME=Windows \
  339. -DCMAKE_AR=/usr/bin/x86_64-w64-mingw32-ar \
  340. -DCMAKE_RANLIB=/usr/bin/x86_64-w64-mingw32-ranlib {source_directory}
  341. make
  342. This produces a 64-bit build of TigerVNC that does not depend on cygwin1.dll or
  343. other Cygwin DLL's. The mingw64-x86_64-gcc-core and mingw64-x86_64-gcc-g++
  344. packages (and their dependencies) must be installed.
  345. 32-bit MinGW Build on Cygwin
  346. ----------------------------
  347. cd {build_directory}
  348. CC=/usr/bin/i686-w64-mingw32-gcc CXX=/usr/bin/i686-w64-mingw32-g++ \
  349. RC=/usr/bin/i686-w64-mingw32-windres \
  350. cmake -G "Unix Makefiles" -DCMAKE_SYSTEM_NAME=Windows \
  351. -DDCMAKE_AR=/usr/bin/i686-w64-mingw32-ar \
  352. -DCMAKE_RANLIB=/usr/bin/i686-w64-mingw32-ranlib {source_directory}
  353. make
  354. This produces a 32-bit build of TigerVNC that does not depend on cygwin1.dll or
  355. other Cygwin DLL's. The mingw64-i686-gcc-core and mingw64-i686-gcc-g++
  356. packages (and their dependencies) must be installed.
  357. MinGW-w64 Build on Windows
  358. --------------------------
  359. This produces a 64-bit build of TigerVNC using the "native" MinGW-w64 toolchain
  360. (which is faster than the Cygwin version):
  361. cd {build_directory}
  362. CC={mingw-w64_binary_path}/x86_64-w64-mingw32-gcc \
  363. CXX={mingw-w64_binary_path}/x86_64-w64-mingw32-g++ \
  364. RC={mingw-w64_binary_path}/x86_64-w64-mingw32-windres \
  365. cmake -G "MSYS Makefiles" \
  366. -DCMAKE_AR={mingw-w64_binary_path}/x86_64-w64-mingw32-ar \
  367. -DCMAKE_RANLIB={mingw-w64_binary_path}/x86_64-w64-mingw32-ranlib \
  368. {source_directory}
  369. make
  370. MinGW Build on Linux
  371. --------------------
  372. cd {build_directory}
  373. CC={mingw_binary_path}/i386-mingw32-gcc \
  374. CXX={mingw_binary_path}/i386-mingw32-g++ \
  375. RC={mingw_binary_path}/i386-mingw32-windres \
  376. cmake -G "Unix Makefiles" -DCMAKE_SYSTEM_NAME=Windows \
  377. -DCMAKE_AR={mingw_binary_path}/i386-mingw32-ar \
  378. -DCMAKE_RANLIB={mingw_binary_path}/i386-mingw32-ranlib \
  379. {source_directory}
  380. make