diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-03-18 13:48:49 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-03-18 13:48:49 +0000 |
commit | 89f808948214bcb159cacf177992a9ac11158079 (patch) | |
tree | a4b1a052dbff42e6219b3735357d46f8e4ca9d6e | |
parent | ec479e9db14af71ed28c7e21805d5fc1e3ec6dfa (diff) | |
download | tor-89f808948214bcb159cacf177992a9ac11158079.tar.gz tor-89f808948214bcb159cacf177992a9ac11158079.zip |
Updated to include NSIS installer instructions.
svn:r9869
-rw-r--r-- | doc/tor-win32-mingw-creation.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt index a70ffbe93b..f9206721b1 100644 --- a/doc/tor-win32-mingw-creation.txt +++ b/doc/tor-win32-mingw-creation.txt @@ -113,3 +113,14 @@ Type "make" You now have a tor.exe in src/or/. This is Tor. You now have a tor_resolve.exe in src/tools/. + +Stage Six: Build installer +--------------------------- +Install the latest NSIS: +http://nsis.sourceforge.net/Download + +Run the package script in contrib: +From the Tor build directory above, run: +"./contrib/package_nsis-mingw.sh" + +The resulting Tor installer executable is in ./win_tmp/. |