README 1.1 KB

12345678910111213141516171819202122232425
  1. These are hacks to get polipo to work with Tor. Someday, they will be
  2. commited upstream to the real polipo codebase. They need some work:
  3. - Merge the three makefiles into one with specific builds such as "make
  4. dist-osx" or "make dist-win32"
  5. - Configure the options for tor in polipo config, just leave them
  6. commented out for easy activation.
  7. - Work out better polipo config options for Tor.
  8. Instructions for building polipo under mingw32 for Windows:
  9. 1) Copy Makefile.mingw over Makefile.
  10. 2) Run 'make'.
  11. You should have a polipo.exe in the current directory.
  12. If you want to build an installer using the Nullsoft Installer, install
  13. the NSI Compiler. In Windows Explorer, navigate to the directory in
  14. which you placed polipo-mingw.nsi. Right click on polipo-mingw.nsi and
  15. choose Compile NSIS Script. You'll then create a polipo installer.
  16. Instructions for building a polipo universal binary package under OSX Tiger:
  17. 1) Copy Makefile.osx over Makefile.
  18. 2) Run 'make'.
  19. 3) Copy the contents of this directory into a directory named "contrib".
  20. 4) Run './contrib/package.sh'
  21. 5) You should have a Polipo-version.dmg ready for installation.