[or-cvs] r20216: {torbrowser} update the install docs to the current program versions. (torbrowser/trunk/build-scripts)
phobos at seul.org
phobos at seul.org
Wed Aug 5 04:19:18 UTC 2009
Author: phobos
Date: 2009-08-05 00:19:16 -0400 (Wed, 05 Aug 2009)
New Revision: 20216
Modified:
torbrowser/trunk/build-scripts/INSTALL
Log:
update the install docs to the current program versions.
Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL 2009-08-05 04:12:01 UTC (rev 20215)
+++ torbrowser/trunk/build-scripts/INSTALL 2009-08-05 04:19:16 UTC (rev 20216)
@@ -393,19 +393,19 @@
Building libevent
=================
-Next, you'll want to download, unpack, build and install libevent (Version: libevent-1.4.11).
+Next, you'll want to download, unpack, build and install libevent (Version: libevent-1.4.12).
You can get libevent here:
http://www.monkey.org/~provos/libevent/
- http://www.monkey.org/~provos/libevent-1.4.11-stable.tar.gz
- http://www.monkey.org/~provos/libevent-1.4.11-stable.tar.gz.sig
+ http://www.monkey.org/~provos/libevent-1.4.12-stable.tar.gz
+ http://www.monkey.org/~provos/libevent-1.4.12-stable.tar.gz.sig
Verify the signature.
Unpack it:
- tar -C /c/build/ -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/libevent-1.4.11-stable.tar.gz
- cd libevent-1.4.11-stable/
+ tar -C /c/build/ -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/libevent-1.4.12-stable.tar.gz
+ cd libevent-1.4.12-stable/
Configure, build and install:
@@ -418,11 +418,11 @@
Download, unpack, build and install Tor:
https://www.torproject.org/download.html
- https://www.torproject.org/dist/tor-0.2.1.15-rc.tar.gz
- https://www.torproject.org/dist/tor-0.2.1.15-rc.gz.asc
+ https://www.torproject.org/dist/tor-0.2.1.19-rc.tar.gz
+ https://www.torproject.org/dist/tor-0.2.1.19-rc.gz.asc
$ cd /c/build/
- tar -C /c/build -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/tor-0.2.1.15-rc.tar.gz
- $ cd tor-0.2.1.15-rc/
+ tar -C /c/build -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/tor-0.2.1.19-rc.tar.gz
+ $ cd tor-0.2.1.19-rc/
./configure
make
@@ -434,15 +434,15 @@
Download Vidalia:
- http://vidalia-project.net/dist/vidalia-0.1.13.tar.gz
- http://vidalia-project.net/dist/vidalia-0.1.13.tar.gz.asc
+ http://vidalia-project.net/dist/vidalia-0.1.15.tar.gz
+ http://vidalia-project.net/dist/vidalia-0.1.15.tar.gz.asc
Verify the signature.
Unpack Vidalia:
- tar -C /c/build/ -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/vidalia-0.1.13.tar.gz
- mv vidalia-0.1.13/ vidalia
+ tar -C /c/build/ -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/vidalia-0.1.15.tar.gz
+ mv vidalia-0.1.15/ vidalia
Set a proper environment:
@@ -551,7 +551,7 @@
Download FirefoxPortable:
- http://prdownloads.sourceforge.net/portableapps/FirefoxPortable_3.0.11_English.paf.exe
+ http://prdownloads.sourceforge.net/portableapps/FirefoxPortable_3.0.13_English.paf.exe
Run the installer and select it into: 'C:\build\FirefoxPortable-<version>>'
@@ -633,7 +633,7 @@
And then change the Tor version:
From: TOR=/c/build/tor-0.2.0.26-rc
- To: TOR=/c/build/tor-0.2.1.13-alpha
+ To: TOR=/c/build/tor-0.2.1.19
Now you can run "make bundle_LANGUAGE", e.g. "make bundle_en-US".
More information about the tor-commits
mailing list