summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSteven Young <sdyoung@users.sourceforge.net>2000-02-16 17:32:49 +0000
committerSteven Young <sdyoung@users.sourceforge.net>2000-02-16 17:32:49 +0000
commit37e63909c09359ddd5baf7a237387ee5f7219c2d (patch)
tree118da48d4b5ed947bc4cb9c004d7e10a976be57a /INSTALL
parenta094587fb0e92c5638808d7bff91ef802e200112 (diff)
downloadtinyproxy-37e63909c09359ddd5baf7a237387ee5f7219c2d.tar.gz
tinyproxy-37e63909c09359ddd5baf7a237387ee5f7219c2d.zip
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL24
1 files changed, 24 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..3355ae4
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,24 @@
+Installing tinyproxy 1.3.2
+==========================
+
+ As of 1.3.2, tinyproxy uses Ian Jackson's adns library to perform non-blocking
+DNS lookups. As such, before you can do anything to install tinyproxy, you must
+go into the adns-0.6/ subdirectory off the root tinyproxy distribution directory
+and follow the INSTALL directions therein. Once you have libadns installed,
+follow these steps:
+
+ (1) Run the tinyproxy 'configure' script, found in the root distribution
+ directory. If you're unsure of exactly what arguments to use, please
+ consult the output of 'configure --help'. Additional documentation can
+ be found for configure in the text file INSTALL.configure.
+ (2) Run 'make install'. This will build all of tinyproxy and install it
+ in the default directory. You may also wish to peruse src/config.h
+ to be sure everything is configured to your liking.
+ (3) Read the tinyproxy manpage - it will explain what commandline arguments
+ and parameters are available. More experienced users will probably
+ be able to get all the information they need from the output of
+ 'tinyproxy -h'.
+
+ Enjoy! Please read the documentation carefully, especially the COPYING
+file which should have been included in this archive explaining the licensing
+terms of tinyproxy.