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: git clone git://github.com/sagemath/sage.git #I realize I need to add git.sagemath.org later make #gives an error that I should run configure first ./configure make The ./configure used and second make to be unnecessary according to my memory and the documentation on https://doc.sagemath.org/html/en/developer/walk_through.html#obtaining-the-sage-source-code 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 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/5d2c1492-0011-44db-a25c-8daf6ae90558n%40googlegroups.com.
