From 83d7c6d106bac4bda90e10e33575eda2fa5f9852 Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 4 Nov 2022 15:45:58 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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