Skip to content

Commit f071ee1

Browse files
committed
Fix README mistakes.
1 parent e394c6f commit f071ee1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,15 @@ See instructions for your platform below. When done, an xpi will be created insi
3838
This has so far only been tested on Windows XP (32-bit), however the binaries work fine on Windows 7 too. If you can help simplify this process please let me know.
3939

4040
1. You'll need Microsoft Visual Studio 2005. The express edition should work too, but this hasn't been tested. Newer versions of Visual Studio should also work, but the Makefiles might need a bit of tweaking. Patches in this area greatly appreciated.
41-
2. Install [Cygwin][3], selecting the following packages:
42-
* `automake-1.11`
43-
* `gcc-g++`
41+
2. Install [Cygwin][3], selecting the following packages: `automake-1.11`, `gcc-g++`.
4442
3. Install [BoostPro][4]. Choose *Visual C++ 8.0* and *Multithreaded debug, static runtime*.
4543
4. Install [WinPcap][6].
4644
4. Download and extract the [Mozilla SDK][2] (Gecko 1.9.2).
47-
5. Run autogen, specifying the path where you extracted the Mozilla SDK to (`./autogen.sh --with-xulrunner-sdk=/path/to/sdk`).
48-
6. Run `make`!
45+
5. From a Cygwin command prompt: Run autogen, specifying the path where you extracted the Mozilla SDK to (`./autogen.sh --with-xulrunner-sdk=/path/to/sdk`) then run `make`!
4946

5047
[1]: http://mxcl.github.com/homebrew/
5148
[2]: https://developer.mozilla.org/en/gecko_sdk#Downloading
52-
[3]: cygin
49+
[3]: http://www.cygwin.com/
5350
[4]: http://www.boostpro.com/download/
5451
[5]: http://en.wikipedia.org/wiki/Promiscuous_mode
5552
[6]: http://www.winpcap.org/install/default.htm

0 commit comments

Comments
 (0)