[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2192: Instructions for building Vidalia from source with CMake. (trunk)
Author: edmanm
Date: 2007-12-07 11:34:34 -0500 (Fri, 07 Dec 2007)
New Revision: 2192
Modified:
trunk/
trunk/INSTALL
Log:
r2259@lysithea: edmanm | 2007-12-07 11:34:26 -0500
Instructions for building Vidalia from source with CMake.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2259] on 0108964c-5b0b-4c9e-969f-e2288315d100
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2007-12-07 16:27:31 UTC (rev 2191)
+++ trunk/INSTALL 2007-12-07 16:34:34 UTC (rev 2192)
@@ -1,20 +1,14 @@
Instruction for Building and Installing Vidalia from Source
- 1. Make sure you have Qt >= 4.1 and Tor >= 0.1.1.15 installed.
+ 1. Make sure you have CMake, Qt >= 4.1 and Tor >= 0.1.2.18 installed.
- 2. Run `./configure && make`. If you checked out Vidalia's source from our
- Subversion repository, you may need to run `autogen.sh` first.
+ 2. Run `cmake . && make`.
3. When the previous command finishes, Vidalia's binary will be
- placed in the bin/ directory.
+ placed in the src/vidalia/ directory. On Mac OS X, the resulting binary
+ will be in a Vidalia.app application bundle under src/vidalia/.
4. Optionally, you can run make install to install Vidalia into
your /usr/local/bin/ directory.
-
-NOTE: If you get linker errors like bin/ld: cannot find -lQtGui_debug, then
-you will need to replace the "./configure" command in Step 2 with
-"./configure --disable-debug" to avoid linking against the debug versions of Qt's
-libraries.
-