mirror of
https://github.com/mapnik/mapnik.git
synced 2025-08-16 17:41:13 +00:00
added a small fix that worked for me, g++/cc-4.8
@ -168,6 +168,20 @@ cd mapnik
|
||||
make && sudo make install
|
||||
```
|
||||
|
||||
_Update 10.24.14:_<br>
|
||||
The libraries g++-4.8 and gcc-4.8 are now available via apt-get upgrade, so this should do the trick:
|
||||
```
|
||||
apt-get update
|
||||
apt-get upgrade
|
||||
git clone https://github.com/mapnik/mapnik
|
||||
cd mapnik
|
||||
./configure
|
||||
make && sudo make install
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
### Testing
|
||||
|
||||
To test mapnik:
|
||||
|
Reference in New Issue
Block a user