Update 'README.md'
This commit is contained in:
parent
d208ec0cd5
commit
83d7c6d106
18
README.md
18
README.md
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user