Andrew Lewman 1caa71e310 Updated mingw makefile for polipo to include forbidden functionality in 16 роки тому
..
Makefile.mingw 1caa71e310 Updated mingw makefile for polipo to include forbidden functionality in 16 роки тому
Makefile.osx 2aa0cfd5ee Add my polipo hacks to the tor repo to keep track of them. 16 роки тому
Makefile.osx-panther 6ee5328ac5 Update makefile for panther, update polipo version where needed. 16 роки тому
Polipo 2aa0cfd5ee Add my polipo hacks to the tor repo to keep track of them. 16 роки тому
PolipoDesc.plist 6ee5328ac5 Update makefile for panther, update polipo version where needed. 16 роки тому
PolipoInfo.plist 6ee5328ac5 Update makefile for panther, update polipo version where needed. 16 роки тому
PolipoPostflight 0a75fd2faa update postflight to put the man page in the right place on osx. 16 роки тому
README 4034cff4ba Quick readme for those wondering how to build and use polipo with Tor. 16 роки тому
StartupParameters.plist 2aa0cfd5ee Add my polipo hacks to the tor repo to keep track of them. 16 роки тому
addsysuser f12748d8e9 Update osx addsysuser for leopard. 16 роки тому
package.sh 6ee5328ac5 Update makefile for panther, update polipo version where needed. 16 роки тому
polipo-mingw.nsi d6b5301007 fix things to make nsis happy 16 роки тому
uninstall_polipo_bundle.sh 2aa0cfd5ee Add my polipo hacks to the tor repo to keep track of them. 16 роки тому

README

These are hacks to get polipo to work with Tor. Someday, they will be
commited upstream to the real polipo codebase. They need some work:
- Merge the three makefiles into one with specific builds such as "make
dist-osx" or "make dist-win32"
- Configure the options for tor in polipo config, just leave them
commented out for easy activation.
- Work out better polipo config options for Tor.

Instructions for building polipo under mingw32 for Windows:
1) Copy Makefile.mingw over Makefile.
2) Run 'make'.

You should have a polipo.exe in the current directory.

If you want to build an installer using the Nullsoft Installer, install
the NSI Compiler. In Windows Explorer, navigate to the directory in
which you placed polipo-mingw.nsi. Right click on polipo-mingw.nsi and
choose Compile NSIS Script. You'll then create a polipo installer.

Instructions for building a polipo universal binary package under OSX Tiger:
1) Copy Makefile.osx over Makefile.
2) Run 'make'.
3) Copy the contents of this directory into a directory named "contrib".
4) Run './contrib/package.sh'
5) You should have a Polipo-version.dmg ready for installation.