-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Linux | ||
|
||
Ensure you have `bash`, `curl`, and `sudo` installed and working. Then run the following command in your terminal: | ||
|
||
```bash | ||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/gnustep/tools-scripts/master/gnustep-web-install)" | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Windows | ||
|
||
We unfortunately don't have any Windows install instructions yet. You might be able to get some useful info from [tools-windows-msvc](https://github.com/gnustep/tools-windows-msvc). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Installation | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
:caption: Contents | ||
:titlesonly: true | ||
Linux | ||
Windows | ||
``` | ||
|
||
If you are on a Unix-like system other than GNU/Linux, use the [Linux instructions](Linux.md). | ||
|
||
% Shows 1 column for width < 576px | ||
% Shows 2 columns for width >576px, <1200px | ||
% Shows 3 columns for width >1200px | ||
::::{grid} 1 2 2 3 | ||
:margin: 4 4 0 0 | ||
:gutter: 1 | ||
|
||
:::{grid-item-card} {fab}`linux` Linux | ||
:link: Linux | ||
:link-type: doc | ||
|
||
::: | ||
|
||
:::{grid-item-card} {fab}`windows` Windows | ||
:link: Windows | ||
:link-type: doc | ||
|
||
::: | ||
|
||
:::: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,6 @@ | |
App/index | ||
AppsWithCodeOnly/index | ||
Install/index | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters