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

springmeyer 2012-08-31 10:00:02 -07:00
parent 933ff5b255
commit 95336ca03a

@ -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: