First of all, Beluga is a framework based on the Haxe technologie, so obviously, you need to set up the Haxe environment. Beside our project, you also need to install some dependencies which are highly essential. Without it, it won't compile.
This framework is highly dependent of specific version of Haxe and so, requires the following package:
You can find all the installation process of Haxe on the official website.
Session is a library integrating the very basic support of the web session. You just need to execute the following command:
You can find more information on the official repository .
In this part, we will see how to intall Beluga from the official library manager: Haxelib.
You just need to execute the following command:
First of all, you need to install Git on your machine. You can find how to do it on the official website.
Now you got Git, you need to run the following command:
This command tells to Haxelib to clone the Git repository and to install it directly inside the library manager.