remove clang++ customization as its not well tested on linux and there have been reports of crashes at https://github.com/mapbox/tilemill/issues/1617#issuecomment-7790051
parent
933ff5b255
commit
95336ca03a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ apt-cache policy libboost-dev
|
|||
```sh
|
||||
git clone http://github.com/mapnik/mapnik
|
||||
cd mapnik
|
||||
./configure CXX=clang++ && make && sudo make install
|
||||
./configure && make && sudo make install
|
||||
```
|
||||
|
||||
To test mapnik:
|
||||
|
|
Loading…
Reference in a new issue