mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
6ee393f502
more Windows (without Cygwin) porting now using autoconf changed name from Web Sniffer to SniffURI added reference to new sniffuri.org site added HISTORY, INSTALL updated to new boilerplate for MPL (license)
25 lines
387 B
Plaintext
25 lines
387 B
Plaintext
How to Build these Tools
|
|
|
|
|
|
Linux/Unix (or Windows with Cygwin)
|
|
|
|
Type the following commands:
|
|
|
|
./configure
|
|
make
|
|
|
|
|
|
Windows (without Cygwin)
|
|
|
|
Type the following command:
|
|
|
|
nmake
|
|
|
|
|
|
How to Install the Tools
|
|
|
|
The view.cgi tool and index.html file must be installed in an appropriate
|
|
location for your Web server. See the Web server documentation.
|
|
|
|
The other tools are command line tools.
|