[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12758: Update TODO, add a README file (in torpedo/trunk: build-scripts docs)
Author: sjm217
Date: 2007-12-10 17:15:29 -0500 (Mon, 10 Dec 2007)
New Revision: 12758
Added:
torpedo/trunk/build-scripts/README
Modified:
torpedo/trunk/docs/TODO
Log:
Update TODO, add a README file
Added: torpedo/trunk/build-scripts/README
===================================================================
--- torpedo/trunk/build-scripts/README (rev 0)
+++ torpedo/trunk/build-scripts/README 2007-12-10 22:15:29 UTC (rev 12758)
@@ -0,0 +1,29 @@
+Building Tor Browser.exe
+========================
+
+To build Tor Browser.exe, you need:
+ Vidalia (in ./release/ by default)
+ PortableTor (in ./PortableTor/ by default)
+ FirefoxPortable (in ./FirefoxPortable/ by default)
+
+Vidalia needs to have the BrowserExecutable option enabled (currently in
+trunk). Running "make build-release" will take the necessary files from the Qt
+and Vidalia build directories and put them into ./release.
+
+PortableTor can be downloaded from http://portabletor.sourceforge.net/
+
+FirefoxPortable can be downloaded from http://portableapps.com/apps/internet/firefox_portable
+
+Customization
+-------------
+
+The locations of Qt, MinGW32 and the Vidalia build directory (for "make
+build-release") can be altered in Makefile.
+
+The locations of 7zip, FirefoxPortable, PortableTor and the Vidalia release
+directory can be altered in buildpackage.py.
+
+
+
+
+
Modified: torpedo/trunk/docs/TODO
===================================================================
--- torpedo/trunk/docs/TODO 2007-12-10 21:38:13 UTC (rev 12757)
+++ torpedo/trunk/docs/TODO 2007-12-10 22:15:29 UTC (rev 12758)
@@ -41,6 +41,11 @@
- Use process monitor to watch filesystem activity:
http://www.microsoft.com/technet/sysinternals/utilities/processmonitor.mspx
+ [ Vidalia doesn't appear to alter the registry other than the RNG
+ seed and MountPoints2. Tor does this too, so can it be stopped?
+ Firefox/FirefoxPortable alters other keys (Audio Compression
+ Manager, Tcpip\Parameters, Shell Folders, Internet Settings) ]
+
- If we can't make a static build of Vidalia, produce a small
executable to launch Vidalia (so the top level folder doesn't have
random DLLs lying around)