Thanks Veronica for that good information. I've made some progress by
ensuring I had the libs it needs ready (GDAL, etc.). Now it is giving me a
Python error :
File
"/home/me/grass/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py",
line 305,
**options,
SyntaxError: invalid syntax
I am
Dear all,
I'm running r.stream.order in order to derive strahler order with the
following line:
r.stream.order stream_rast=stream direction=dir elevation=elv
accumulation=flow strahler=order_strahler memory=4
The flow and the dir has been derived by r.watershed.
The stream by r.stream.extrac
Hi Steve,
I'm no expert in compiling at all, but I always run configure in the source
code directory. Have you tried?
Once configure runs without errors, just run make, if no errors at the end,
you are good to go
Here's a wiki with instructions for diverse linux platforms:
https://grasswiki.osgeo
Hi,
I am trying to build the version of GRASS listed in the subject line.
However, when I run configure, it does not produce a "Makefile" even though
configure appears to complete without error. The closest thing I see to a
Makefile is this file: include/Make/Platform.make. I am not running
con