How To install Haxe on Ubuntu 20.04 LTS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
Offcial Website -https://haxe.org/
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Ubuntu 20.04 LTS Hostname - www.yourdomain.com - ip Address - 192.168.1.10
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
add-apt-repository ppa:haxe/releases -y
apt-get update ; apt-get install haxe -y
mkdir ~/haxelib && haxelib setup ~/haxelib
haxe --version
haxe --help
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
No comments:
Post a Comment