Merge pull request #33 from bsikar/dev

updated dependencies on readmd (made it more readable)
This commit is contained in:
sam-astro 2022-06-08 16:10:14 -04:00 committed by GitHub
commit 13715dae7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,35 +23,18 @@ Downloading or installing is very simple, here is how depending on your version
> If you don't want to install ZSharp on your device, or you want easier acces to the executable and .DLLs, another version is provided called `ZS_Win_Base_Raw.zip`. This just contains all of the files the installer puts on your computer.
### Linux
1. Install requirements:
* You need the package ***libsdl2-dev***.
For Debian based operating systems you can install it with
```$ sudo apt install libsdl2-dev```
#### Debian
For Arch based operating systems you can install it with
```
$ sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
```
```$ sudo pacman -S sdl2```
* You also need the package ***libsdl2-image-dev***.
#### Arch
For Debian based operating systems you can install it with
```$ sudo apt install libsdl2-image-dev```
For Arch based operating systems you can install it with
```$ sudo pacman -S sdl2_image```
* You also need the package ***libsdl2-ttf-dev***.
For Debian based operating systems you can install it with
```$ sudo apt install libsdl2-ttf-dev```
For Arch based operating systems you can install it with
```$ sudo pacman -S sdl2_ttf```
```
$ sudo pacman -S sdl2 sdl2_image sdl2_ttf
```
2. Navigate to [the most recent release](https://github.com/sam-astro/Z-Sharp/releases) and download `ZSharp-Linux.zip`.
3. Unzip `ZSharp-Linux.zip` and open the unzipped folder.