On Sunday 07 of July 2013 15:10:25 Nikos Alexandris wrote: > Sylvain Maillard wrote: > .. > > > > I join a small script I wrote to get an automated update. You just need > > > to > > > install all dependencies, uncomment the first line for the first launch > > > + > > > to make a new '/opt/grass7' directory > > As well, > > --with-tcltk \ > > does not exist in/for grass7_trunk. > > I will try to merge yours and mine script, will post here.
So, I merged some of your isntructions and modified a the configuration as follows (just for completeness, let's say, althoug many stuff get auto-detected and there is no need to specify them): CFLAGS="-ggdb -march=native -Wall -Werror-implicit-function-declaration" \ ./configure \ --with-cxx \ --with-includes=/usr/include/ --with-libs=/usr/lib64/ \ --with-proj \ --with-proj-includes=/usr/include/ \ --with-proj-libs=/usr/lib64/ \ --with-proj-share=/usr/share/proj/ \ --with-geos \ --with-geos=/usr/bin/geos-config \ --with-gdal=/usr/bin/gdal-config \ --with-x \ --with-motif \ --with-cairo \ --with-opengl-libs=/usr/include/GL \ --without-ffmpeg \ --with-python=yes --with-python=/usr/bin/python2.7-config \ --with-wxwidgets \ --with-freetype=yes --with-freetype-includes="/usr/include/freetype2/" \ --with-odbc=yes \ --with-mysql=yes --with-mysql-includes="/usr/include/mysql" --with-mysql- libs=/usr/lib/mysql \ --with-sqlite=yes \ --with-postgres=yes --with-postgresql=yes --with-postgres- includes="/usr/include/postgresql" \ --with-opencl --with-openmp --with-pthread \ --with-lapack \ --with-fftw \ --with-readline \ --with-regex \ --with-nls \ --enable-largefile=yes \ --with-jpeg \ --with-tiff \ --with-png \ --with-netcdf \ --without-opendwg \ 2>&1 | tee config_log.txt Best regards, Nikos _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
