From fc9a310a8a45f855af54a02a1575cfb12ae778cb Mon Sep 17 00:00:00 2001 From: LuminousLizard Date: Wed, 25 Nov 2020 15:37:44 +0100 Subject: [PATCH] HashLink install for ArchLinux ArchLinux AUR provides the package and can be installed via package manager. The haxelib package is also required. --- Installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installation.md b/Installation.md index b4ced75..3f629c8 100644 --- a/Installation.md +++ b/Installation.md @@ -51,6 +51,12 @@ _On OSX, you will have to follow the instructions laid out [here](https://github Once you've downloaded the HashLink binary you'll want to add it to your system PATH [(tutorial)](https://www.computerhope.com/issues/ch000549.htm). +#### ArchLinux +For ArchLinux user HashLink can be installed from the [AUR](https://aur.archlinux.org/packages/hashlink). You also need to install the package from haxelib: +``` +haxelib install hashlink +``` + ### Update Haxe Make sure you are using at least [Haxe 4+](https://haxe.org/download/). _To confirm your current version of Haxe, type `haxe --version` in the command line._