Squid on Fink
Contents
Pre-Built Binary Packages
Packages available in binary or source for Squid on i86 64-bit, i86 32-bit and PowerPC architectures.
Package Information: http://pdb.finkproject.org/pdb/package.php/squid-unified
Maintainer: Benjamin Reed
Squid-3.1
Package in source distribution.
Install Procedure:
apt-get install squid-unified
Squid-2.6
Packaged in 10.5 binary distribution.
Install Procedure:
apt-get install squid-unified
Squid-2.5
Packaged in 10.4 binary distribution.
Install Procedure:
apt-get install squid-unified
Compiling
Squid compiles on Mac OS X. However, there are some steps required before following the general build instructions.
Install Xcode
From Mac OS X, run the "AppStore" application.
- Locate "Xcode", Apple's development environment.
- Install "Xcode".
Install Command-Line Tools
- Launch "Xcode".
- Open "Xcode | Preferences".
- Bring up the "Downloads" tab.
- Under "Components" click the "Install" button for "Command Line Tools".
- Quit Xcode.
Verify Command-Line Tools
- Launch "Terminal", usually located in the "Utilities" folder under "Applications".
- Run "gcc --version". Manually verify this produces sane output.
From this point, the general build instructions should be all you need.
It is worth noting this platform doesn't support EUI. The --enable-eui ./configure will cause build errors.