Hi All,
I haven't had a development version of sage for some time, and now am setting one up again. In setting it up I found out that both my understanding of how to do a build from a fresh git clone for some time ago, as well as the current developer documentation don't seem to matching the current situation anymore.
Here is how I got a working sage installation:
make #gives an error that I should run configure first
./configure
make
Additionally the ./configure command is not available until you run make at least once, so is there a step that I am missing (or an argument to the first make) so that I don't get an error after the first make?
Thanks,
Maarten