File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,11 @@ mailing list](https://groups.google.com/group/sage-devel).
58
58
--------------------------------
59
59
60
60
The preferred way to run Sage on Windows is using the [ Windows Subsystem for
61
- Linux] ( https://docs.microsoft.com/en-us/windows/wsl/faq ) , which allows
61
+ Linux] ( https://docs.microsoft.com/en-us/windows/wsl/faq ) , a.k.a. WSL, which allows
62
62
you to install a standard Linux distribution such as Ubuntu within
63
- your Windows. Then all instructions for installation in Linux apply.
63
+ your Windows. Make sure you allocate WSL sufficient RAM; 5GB is known to work, while
64
+ 2GB might be not enough for building Sage from source.
65
+ Then all instructions for installation in Linux apply.
64
66
65
67
As an alternative, you can also run Linux on Windows using Docker (see
66
68
above) or other virtualization solutions.
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ Windows
62
62
`official WSL setup guide
63
63
<https://docs.microsoft.com/en-us/windows/wsl/install-win10> `_. Be
64
64
sure to do the steps to install WSL2 and set it as default.
65
+ Make sure to allocate enough RAM to WSL: 5GB is known to be enough,
66
+ 2GB might not allow you to build some packages.
65
67
Then go to the Microsoft Store and install Ubuntu (or another
66
68
Linux distribution). Start Ubuntu from the start menu.
67
69
@@ -73,6 +75,8 @@ Windows
73
75
`official WSL setup guide
74
76
<https://docs.microsoft.com/en-us/windows/wsl/install-win10> `_. Be
75
77
sure to do the steps to install WSL2 and set it as default.
78
+ Make sure to allocate enough RAM to WSL: 5GB is known to be enough,
79
+ 2GB might not allow you to build some packages.
76
80
Then go to the Microsoft Store and install Ubuntu (or another
77
81
Linux distribution). Start Ubuntu from the start menu.
78
82
You can’t perform that action at this time.
0 commit comments