[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2368: Add a note to the INSTALL file about out-of-source builds. (vidalia/trunk)



Author: edmanm
Date: 2008-03-01 18:11:00 -0500 (Sat, 01 Mar 2008)
New Revision: 2368

Modified:
   vidalia/trunk/
   vidalia/trunk/INSTALL
Log:
 r155@lysithea:  edmanm | 2008-03-01 18:10:55 -0500
 Add a note to the INSTALL file about out-of-source builds.



Property changes on: vidalia/trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r155] on 90112fd6-a33b-4cea-8d39-48ff1d78625c

Modified: vidalia/trunk/INSTALL
===================================================================
--- vidalia/trunk/INSTALL	2008-03-01 22:11:52 UTC (rev 2367)
+++ vidalia/trunk/INSTALL	2008-03-01 23:11:00 UTC (rev 2368)
@@ -16,6 +16,17 @@
 
                            cmake . && make
   
+     [optional] CMake also supports out-of-source builds, so compiled and
+     generated files are kept separate from the source tree. For example, you
+     can create a build directory as follows:
+
+                        mkdir build && cd build
+
+     Instead of the 'cmake .' command listed above, you would configure and
+     compile Vidalia by running:
+
+                           cmake .. && make
+
   2. When the previous command finishes, Vidalia's binary will be
      placed in the src/vidalia/ directory.
   
@@ -161,7 +172,6 @@
                                nmake
 
 
-
 Available Configuration Options
 -------------------------------