-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md and Installation Manual for 9.1, integrate instructions for Windows (WSL and Cygwin) in manuals #25206
Comments
Dependencies: #22450 |
comment:5
Retargeting some of my tickets. |
comment:6
Removing most of the rest of my open tickets out of the 8.7 milestone, which should be closed. |
comment:7
README needs some updates regarding Windows |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Changed dependencies from #22450 to none |
Commit: |
comment:16
First edit. New commits:
|
Author: ... |
comment:50
OK I'll just stop here. |
comment:51
Needs review |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:55
(last change) |
Reviewer: Michael Orlitzky |
comment:56
LGTM, now quit changing it =P |
comment:57
Thanks! |
comment:58
|
comment:59
Sorry, fix coming shortly |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:63
Thanks for updating the help. I just followed the instructions and came up with the following detailed step-by-step procedure to get sage running under Windows using WLS (which is the updated version from #28549). I think it would be worthwhile to add it to the documentation to make it easier for Windows-folks to contribute. However, I'm not sure which files to edit (in fact, I'm not even able to find the readme edited in this PR). Prerequisites
Git (run everything in the Windows command line / Powershell console)
git config --local core.autocrlf false
git remote add trac git://trac.sagemath.org/sage.git -t master
git checkout develop
sudo apt-get update sudo apt-get install as in the link
export MAKE="make -j4"
make
./sage
git config --global user.name ""
|
Changed commit from |
comment:64
I was about to note in the wiki page that by default when you install the |
comment:65
Replying to @embray:
Yes, that would be great |
comment:66
Note: a follow-up ticket was opened by @embray:
|
Followup to #22450 to improve any hard-coded (e.g. in the official Sage docs, as opposed to on a the wiki) documentation concerning installing Sage for Windows, in particular to emphasize the native binary.
Cygwin source material:
WSL source material:
See also:
CC: @orlitzky @tscrim @darijgr @soehms @tobiasdiez @dimpase @jhpalmieri @vbraun
Component: documentation
Author: Matthias Koeppe
Branch:
d56b24e
Reviewer: Michael Orlitzky
Issue created by migration from https://trac.sagemath.org/ticket/25206
The text was updated successfully, but these errors were encountered: