Prerequies

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.

Haxe

This framework is highly dependent of specific version of Haxe and so, requires the following package:

  • Haxe 3.1.3
  • Haxelib 3.1.0-rc.4

You can find all the installation process of Haxe on the official website.

Session

Session is a library integrating the very basic support of the web session. You just need to execute the following command:

haxelib install session

You can find more information on the official repository .

From Haxelib

In this part, we will see how to intall Beluga from the official library manager: Haxelib.

You just need to execute the following command:

haxelib install beluga

From GitHub

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:

haxelib git https://github.com/HaxeBeluga/Beluga.git Beluga

This command tells to Haxelib to clone the Git repository and to install it directly inside the library manager.

All versions

Beluga 0.1 2014/12/28 v0.1
Beluga 0.2 2014/11/14 v0.2