[or-cvs] r12680: Start build instruction documents; add to TODO (torpedo/trunk/docs)
sjm217 at seul.org
sjm217 at seul.org
Wed Dec 5 16:43:08 UTC 2007
Author: sjm217
Date: 2007-12-05 11:43:08 -0500 (Wed, 05 Dec 2007)
New Revision: 12680
Added:
torpedo/trunk/docs/build-instructions.txt
Modified:
torpedo/trunk/docs/TODO
Log:
Start build instruction documents; add to TODO
Modified: torpedo/trunk/docs/TODO
===================================================================
--- torpedo/trunk/docs/TODO 2007-12-05 16:30:52 UTC (rev 12679)
+++ torpedo/trunk/docs/TODO 2007-12-05 16:43:08 UTC (rev 12680)
@@ -12,6 +12,9 @@
- Make Vidalia start and stop Polipo too
+- Prevent user from starting Firefox manually while Tor is still
+ starting up
+
Firefox modifications
---------------------
Added: torpedo/trunk/docs/build-instructions.txt
===================================================================
--- torpedo/trunk/docs/build-instructions.txt (rev 0)
+++ torpedo/trunk/docs/build-instructions.txt 2007-12-05 16:43:08 UTC (rev 12680)
@@ -0,0 +1,26 @@
+MSYS configuration for QT
+-------------------------
+
+Add the following to /etc/profile:
+ export QTDIR="C:\Qt\4.3.2"
+ export PATH=$PATH:/c/Qt/4.3.2/bin
+ export QMAKESPEC=win32-g++
+
+This will allow the MSYS bash command line interface to be used,
+rather than the QT provided cmd.exe environment.
+
+Building Vidalia
+----------------
+
+[from http://trac.vidalia-project.net/wiki/InstallSource]
+
+$ lrelease Vidalia.pro
+$ qmake
+$ mingw32-make
+
+Altering FirefoxPortable
+------------------------
+
+The .ini file needs to have "WaitForFirefox=true" set, since otherwise
+the launcher will exit immediately after starting Firefox. Currently
+we rely on detecting Firefox closing for when to shut down Tor.
Property changes on: torpedo/trunk/docs/build-instructions.txt
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
More information about the tor-commits
mailing list