Codebase list mapcache / 86693515-1edb-4c3b-aaf3-4253c5363d0b/main INSTALL
86693515-1edb-4c3b-aaf3-4253c5363d0b/main

Tree @86693515-1edb-4c3b-aaf3-4253c5363d0b/main (Download .tar.gz)

INSTALL @86693515-1edb-4c3b-aaf3-4253c5363d0b/mainraw · history · blame

Unix compilation instructions
-----------------------------

Mapcache now builds with cmake. It seems much happier if it can find apxs, which means you
might need apache2-prefork installed (on ubuntu apt-get install apache2-prefork-dev).

cd mapcache
mkdir build
cd build
cmake ..
make
sudo make install

Detailed instructions and configuration options are maintained in the mapcache documentation : 
http://mapserver.org/mapcache/install.html