summaryrefslogtreecommitdiff
path: root/lib/haxe
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2017-04-02 16:01:11 +0200
committerJens Geyer <jensg@apache.org>2017-04-02 16:06:08 +0200
commit90b6304901d8501d54544439d1b7272f5c6de224 (patch)
tree63f5b9e5f99662ca853bd62ed76f46a4276bd8e7 /lib/haxe
parentc6ded922c586cad7f66b57a123fec520e5c36a5e (diff)
downloadthrift-90b6304901d8501d54544439d1b7272f5c6de224.tar.gz
THRIFT-4157 outdated readme about Haxe installation on Linux
Client: Haxe Patch: Jens Geyer This closes #1234
Diffstat (limited to 'lib/haxe')
-rw-r--r--lib/haxe/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/haxe/README.md b/lib/haxe/README.md
index c5ad68002..19bbbaabf 100644
--- a/lib/haxe/README.md
+++ b/lib/haxe/README.md
@@ -44,9 +44,9 @@ target libraries need to be installed and how to achieve this.
Haxe on Linux
---------------
-For Linux platforms it is recommended not to download the
-binaries manually, instead use the Haxe installation shell
-script which can be found at `http://www.openfl.org/download`.
+For Linux platforms it is recommended to use the distro-specific package
+manager, where possible. More detailed information can be found at the
+Haxe Linux download section: http://haxe.org/download/linux
If you run into the error message
@@ -69,10 +69,10 @@ Thrift Haxe bindings
Thrift Haxe bindings can be set up via the `haxelib` tool
either from the official ASF repo, or via the github mirror.
-- To set up any **stable version**, choose the appropriate branch (e.g. `0.9.3`):
+- To set up any **stable version**, choose the appropriate branch (e.g. `0.10.0`):
- - `haxelib git thrift https://git.apache.org/thrift.git 0.9.3 lib/haxe`
- - `haxelib git thrift https://github.com/apache/thrift.git 0.9.3 lib/haxe`
+ - `haxelib git thrift https://git.apache.org/thrift.git 0.10.0 lib/haxe`
+ - `haxelib git thrift https://github.com/apache/thrift.git 0.10.0 lib/haxe`
- To set up the current **development version**, use the `master` branch: