2022-01-21 à 22:33:08 UTC, Randall on sage-devel:

> I am carefully following the steps at
>  
https://github.com/sagemath/sage/blob/develop/README.md#instructions-to-build-from-source
> but 2 things already have come up.
>
> The latest download version on the tar ball page
> is version 9.4 sage.

For development releases see the "download latest" page:
https://www.sagemath.org/download-latest.html

> The latest git clone version is 9.5 rc3, but the instructions
> on the page using the git clone will create a ~/sage folder
> not a ~/sage/sage-9.5/ folder as the instructions suggest
> previous in step #2
> I had to download the tarball, do the tar xvf command and
> put the 9.4 folder underneath the ~/sage folder as the
> instructions state.
> I then moved the ~/sage folder and 9.4 subfolder to
> ~/newsage to temporary set it there before doing the
> git clone command in step #2
> I then moved ~/sage cloned folder to sage-9.5 folder
> and then moved ~/newsage to ~/sage and then moved
> ~/sage-9.5 into this root folder.
>
> This gives me two subfolders ~/sage/sage-9.4/ and
> ~/sage/sage-9.5/ which is what I expect.
>
> Next I had to run the "make configure" command as stated
> in step #3 and the following log file was obtained.
>
> I did one more command to check out the code
>
> ~/sage/sage-9.5> git checkout develop 
> Already on 'develop' 
> Your branch is up to date with 'origin/develop'. 
>
> I am happy with this now, and we can see that configure
> file is now present in the directory
> I will start with the 9.4 version and build it first, then change
> to the 9.5 version (carefully redirecting the SAGE_ROOT
> and SAGE_LOCAL variables accordingly)

To check what branch you are on and what commit it is at:
```
$ git branch -vv
```
If you are on branch develop and want to get the latest develop
```
$ git pull origin develop --tags
```



-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/be2700ae-bfcd-4bbc-8d42-2cb40ffc387fn%40googlegroups.com.

Reply via email to