This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ in the Installation Guide.
196
196
- [ Cygwin] Avoid building in home directories of Windows domain
197
197
users or in paths with capital letters.
198
198
199
- 2 . Download/unpack the sources.
199
+ 2 . Download/unpack or clone the sources.
200
200
201
201
- Go to https://www.sagemath.org/download-source.html , select a mirror,
202
202
and download the file :file:` sage-x.y.tar.gz ` .
@@ -214,12 +214,16 @@ in the Installation Guide.
214
214
215
215
$ cd sage-x.y/ # adapt x.y
216
216
217
- - [ Git] Alternatively, clone the Sage git repository:
217
+ - [ Git] Alternatively, and required for Sage development, clone the Sage
218
+ git repository:
218
219
219
220
$ ORIG=https://github.com/sagemath/sage.git
220
221
$ git clone -c core.symlinks=true --branch develop --tags $ORIG
221
222
222
- This will create the directory ` sage ` .
223
+ This will create the directory ` sage ` . (See the section
224
+ [ Setting up git] ( https://doc.sagemath.org/html/en/developer/git_setup.html )
225
+ and the following sections in the Sage Developer's Guide
226
+ for more information.)
223
227
224
228
Change into it and pick the branch you need, typically
225
229
the latest development branch:
You can’t perform that action at this time.
0 commit comments