Last update on: 2025-08-01
There are two options:
- Install distrobox
- Create an box (e.g. for arch)
- Open arch distrobox in terminal
- Normal installation procedure as if you were using arch after this
- Download and unpack tar.gz file of haxe into /home/deck/bin/neko
- Download and unpack tar.gz file of neko into /home/deck/bin/haxe
- Edit ~/.bashrc and add LD_LIBRARY_PATH for neko
...
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/deck/bin/neko
...
- edit ~/.bashrc and add PATH for haxe and neko
...
export PATH="$PATH:/home/deck/bin/neko/:/home/deck/bin/haxe/"
...
- Restart terminal
- Run
haxe setup
and make sure to point lib folder to somewhere in home (/home/deck/bin/haxe/lib
) - (Optional Hashlink install) Download linux version of hashlink (possibly nightly) and unpack into /home/deck/bin/hashlink
- (Optional Hashlink install) Download libuv.so files from https://archlinux.org/packages/extra/x86_64/libuv/ and place the libuv.so* files into /home/deck/hashlink/