|
|
@@ -23,7 +23,7 @@ You can try Haxe directly from your browser at [try.haxe.org](http://try.haxe.or
|
|
|
|
|
|
For more information about Haxe, head to the [offical Haxe website](http://haxe.org).
|
|
|
|
|
|
-## License
|
|
|
+## License
|
|
|
|
|
|
The Haxe project has several licenses, covering different parts of the projects.
|
|
|
|
|
|
@@ -35,13 +35,15 @@ For the complete Haxe licenses, please see http://haxe.org/doc/license or [extra
|
|
|
|
|
|
## Installing Haxe
|
|
|
|
|
|
-The latest stable release is [Haxe v3.1.1](http://haxe.org/download). Pre-built binaries are available for your platform:
|
|
|
+The latest stable release is [Haxe v3.1.2](http://haxe.org/download). Pre-built binaries are available for your platform:
|
|
|
+
|
|
|
+ * **[Windows installer](http://haxe.org/file/haxe-3.1.2-win.exe)**
|
|
|
+ * **[Windows binaries](http://haxe.org/file/haxe-3.1.2-win.zip)**
|
|
|
+ * **[OSX installer](http://haxe.org/file/haxe-3.1.2-osx-installer.pkg)**
|
|
|
+ * **[OSX binaries](http://haxe.org/file/haxe-3.1.2-osx.tar.gz)**
|
|
|
+ * **[Linux 32-bit binaries](http://haxe.org/file/haxe-3.1.2-linux32.tar.gz)**
|
|
|
+ * **[Linux 64-bit binaries](http://haxe.org/file/haxe-3.1.2-linux64.tar.gz)**
|
|
|
|
|
|
- * **[Windows installer](http://haxe.org/file/haxe-3.1.1-win.exe)**
|
|
|
- * **[OSX installer](http://haxe.org/file/haxe-3.1.1-osx-installer.pkg)**
|
|
|
- * **[Linux 32-bit binaries](http://haxe.org/file/haxe-3.1.1-linux32.tar.gz)**
|
|
|
- * **[Linux 64-bit binaries](http://haxe.org/file/haxe-3.1.1-linux64.tar.gz)**
|
|
|
-
|
|
|
Automated development builds are available from [build.haxe.org](http://build.haxe.org).
|
|
|
|
|
|
## Building from source
|