Changeset 2368
- Timestamp:
- 03/01/08 18:11:00 (10 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/INSTALL
r2336 r2368 17 17 cmake . && make 18 18 19 [optional] CMake also supports out-of-source builds, so compiled and 20 generated files are kept separate from the source tree. For example, you 21 can create a build directory as follows: 22 23 mkdir build && cd build 24 25 Instead of the 'cmake .' command listed above, you would configure and 26 compile Vidalia by running: 27 28 cmake .. && make 29 19 30 2. When the previous command finishes, Vidalia's binary will be 20 31 placed in the src/vidalia/ directory. … … 162 173 163 174 164 165 175 Available Configuration Options 166 176 -------------------------------
