Thanks for all you help - but please edit the wiki...
I'm on Fedora anyway :)
Here in the list it will get lost.
thanks
Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev
Hi,
Below configure settings for GRASS 7 on Ubuntu 12.04 amd64. For GRASS
6.4 I use the same (except --prefix=/usr/local/grass6). I think all
packages are in the repositories, except gdal 1.9 which I compiled from
source
./configure --prefix=/usr/local/grass7 --enable-64bit --with-cxx=yes
On 03/09/12 20:04, Markus Neteler wrote:
greetings from the GeoSTAT 2012 with many GRASS interested people.
Since the official GRASS Ubuntu package is too old, some of them
want to recompile.
If 6.4.2 is acceptable, then don't forget ubuntugis-unstable PPA:
https://launchpad.net/~ubuntugis/+ar
Hi Markus,
Here is my configure script for grass_trunk on (X)ubuntu 12.04:
./configure --enable-64bit--with-libs=/usr/lib64 \
--with-cxx \
--with-readline \
--with-freetype=yes --with-freetype-includes="/usr/include/freetype2/" \
--enable-largefile=yes \
--with-proj-share=/usr/share/pro
Hi,
as I remember the pacakage list was ok when I was compiling grass 6
and 7 on Ubuntu 12.04. I only added numpy but now it seems that
python-imaging package for PIL is missing too (probably needed only
for preview in Cartographic Composer).
But I'm using different configure command parameters.
Hi,
greetings from the GeoSTAT 2012 with many GRASS interested people.
Since the official GRASS Ubuntu package is too old, some of them
want to recompile. But also this page seesm to be wrong/outdated:
http://grass.osgeo.org/wiki/Compile_and_Install_Ubuntu
Can any Ubuntu-savvy person please upda