diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-07-28 07:22:39 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-07-28 07:22:39 +0000 |
commit | 231ee4217a2fad28707eb00361b8febfdf0a2971 (patch) | |
tree | ffb4c9ce19582a02505e73338cc1521e359fb7d7 /BUILDING.txt | |
parent | adf5e25abb7dafe5588c8d9b7c7f4c0b674b5d2b (diff) | |
download | tigervnc-231ee4217a2fad28707eb00361b8febfdf0a2971.tar.gz tigervnc-231ee4217a2fad28707eb00361b8febfdf0a2971.zip |
Actually, you don't have to build it first, as the "install" target takes care of that
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4601 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'BUILDING.txt')
-rw-r--r-- | BUILDING.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index c2611b5e..ac782029 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -449,9 +449,9 @@ choosing. To do this, add: -DCMAKE_INSTALL_PREFIX={install_directory} -to the CMake command line. Then, after building TigerVNC, you can run -'make install' or 'nmake install' (or build the "install" target in the Visual -Studio IDE) to install it. +to the CMake command line. Then, you can run 'make install' or 'nmake install' +(or build the "install" target in the Visual Studio IDE) to build and install +it. If you don't specify CMAKE_INSTALL_PREFIX, then the default is c:\Program Files\TigerVNC on Windows and /usr/local on Unix. |