mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
update README.md by adding beaks to clearify the code
This commit is contained in:
68
README.md
68
README.md
@@ -37,54 +37,62 @@ Upsilon is a fork of Omega, an user-made OS that runs on the Numworks calculator
|
|||||||
<details>
|
<details>
|
||||||
<summary><b>1.1 Linux</b></summary>
|
<summary><b>1.1 Linux</b></summary>
|
||||||
|
|
||||||
<details>
|
<br>
|
||||||
<summary>Debian or Ubuntu</summary>
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
You just have to install dependencies by running these command with superuser privileges in a Terminal:
|
<details>
|
||||||
|
<summary>Debian or Ubuntu</summary>
|
||||||
|
|
||||||
```bash
|
<br>
|
||||||
apt-get install build-essential git imagemagick libx11-dev libxext-dev libfreetype6-dev libpng-dev libjpeg-dev pkg-config gcc-arm-none-eabi binutils-arm-none-eabi
|
|
||||||
```
|
|
||||||
|
|
||||||
And there you can go to step 2!
|
You just have to install dependencies by running these command with superuser privileges in a Terminal:
|
||||||
|
|
||||||
<br>
|
```bash
|
||||||
|
apt-get install build-essential git imagemagick libx11-dev libxext-dev libfreetype6-dev libpng-dev libjpeg-dev pkg-config gcc-arm-none-eabi binutils-arm-none-eabi
|
||||||
|
```
|
||||||
|
|
||||||
</details>
|
And there you can go to step 2!
|
||||||
|
|
||||||
<details>
|
<br>
|
||||||
<summary>Fedora</summary>
|
|
||||||
|
|
||||||
<br>
|
</details>
|
||||||
|
|
||||||
First install basics dev tools.
|
<details>
|
||||||
|
<summary>Fedora</summary>
|
||||||
|
|
||||||
```bash
|
<br>
|
||||||
dnf install make automake gcc gcc-c++ kernel-devel
|
|
||||||
```
|
|
||||||
|
|
||||||
Then install required packages.
|
First install basics dev tools.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dnf install git ImageMagick libX11-devel libXext-devel freetype-devel libpng-devel libjpeg-devel pkg-config
|
dnf install make automake gcc gcc-c++ kernel-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, install GCC cross compiler for ARM.
|
Then install required packages.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dnf install arm-none-eabi-gcc-cs arm-none-eabi-gcc-cs-c++
|
dnf install git ImageMagick libX11-devel libXext-devel freetype-devel libpng-devel libjpeg-devel pkg-config
|
||||||
```
|
```
|
||||||
|
|
||||||
<br>
|
Then, install GCC cross compiler for ARM.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
dnf install arm-none-eabi-gcc-cs arm-none-eabi-gcc-cs-c++
|
||||||
|
```
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
</details>
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><b>1.2 Mac</b></summary>
|
<summary><b>1.2 Mac</b></summary>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
It's recommended to use [Homebrew](https://brew.sh/). Once it's installed, just run:
|
It's recommended to use [Homebrew](https://brew.sh/). Once it's installed, just run:
|
||||||
```bash
|
```bash
|
||||||
brew install numworks/tap/epsilon-sdk
|
brew install numworks/tap/epsilon-sdk
|
||||||
@@ -95,12 +103,17 @@ and it will install all dependencies.
|
|||||||
|
|
||||||
And there you can go to step 2!
|
And there you can go to step 2!
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><b>1.3 Windows</b></summary>
|
<summary><b>1.3 Windows</b></summary>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
[Msys2](https://www.msys2.org/) environment is recommended to get most of the required tools on Windows easily. It's where you'll paste all the commands of this tutorial. Once it's installed, paste these commands into the Msys2 terminal.
|
[Msys2](https://www.msys2.org/) environment is recommended to get most of the required tools on Windows easily. It's where you'll paste all the commands of this tutorial. Once it's installed, paste these commands into the Msys2 terminal.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -116,7 +129,6 @@ echo "export PATH=$PATH:$HOME/gcc-arm/bin" >> .bashrc
|
|||||||
Just restart and you can go to step 2!
|
Just restart and you can go to step 2!
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<br>
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### 2. Set up repo
|
### 2. Set up repo
|
||||||
|
|||||||
Reference in New Issue
Block a user