diff --git a/README.md b/README.md index 41ada86..ab29d94 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,24 @@ Earliest tested working haxe version is 4.1.5 # Installation ## 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 ``` haxelib install hxcpp