Update 'README.md'

This commit is contained in:
andreas 2022-11-04 15:45:58 +01:00
parent d208ec0cd5
commit 83d7c6d106

View File

@ -9,6 +9,24 @@ Earliest tested working haxe version is 4.1.5
# Installation # Installation
## Linux ## Linux
### Step 1. Install haxe and Dependencies
#### Debian, Ubuntu and derivatives:
```
sudo apt update && sudo apt install haxe g++ make
mkdir ~/haxelib && haxelib setup ~/haxelib
```
#### Fedora
```
sudo dnf install haxe gcc-c++ make
mkdir ~/haxelib && haxelib setup ~/haxelib
```
#### Arch
```
sudo pacman -S haxe gcc make
mkdir ~/haxelib && haxelib setup ~/haxelib
```
### Step 2. Compile and install
Make sure you have haxe installed then run the following commands Make sure you have haxe installed then run the following commands
``` ```
haxelib install hxcpp haxelib install hxcpp