File: INSTALL.md

package info (click to toggle)
mapcache 1.14.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,844 kB
  • sloc: ansic: 33,609; xml: 889; sh: 183; makefile: 61; python: 48
file content (19 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 :

https://mapserver.org/mapcache/install.html