Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear instructions for manual installation #327

Open
pypmannetjies opened this issue Jun 7, 2018 · 4 comments
Open

Unclear instructions for manual installation #327

pypmannetjies opened this issue Jun 7, 2018 · 4 comments

Comments

@pypmannetjies
Copy link

pypmannetjies commented Jun 7, 2018

I want to install Haxe from the Linux binaries distributed here: https://haxe.org/download/

So far the steps I have followed are:

  1. Download and extract the tar.gz file
  2. Add extracted folder to path
  3. Install neko
  4. Export the HAXE_STD_PATH environment variable
    ...?

None of this is documented anywhere and has led to a lot of trial and error. The official process should be provided somewhere for others to reference.

@markknol
Copy link
Member

markknol commented Jun 7, 2018

Not linux user but doesnt this help? https://haxe.org/download/linux/

@pypmannetjies
Copy link
Author

No the instructions are just how to install it from package managers such as apt. We need instructions when those aren't an option.

@andyli
Copy link
Member

andyli commented Jun 29, 2018

It will be more reliable to build from source: https://github.com/HaxeFoundation/haxe/blob/development/extra/BUILDING.md, just check out the right tag (with submodules) before building.

To use the prebuild binaries, install Neko, place the Haxe executable files in /usr/local/bin, the Haxe std folder in /usr/local/share/haxe.

Leaving this open until I actually document the prebuild binaries...

@uvtc
Copy link
Contributor

uvtc commented Oct 11, 2019

I wrote up some instructions at http://www.unexpected-vortices.com/haxe/getting-started.html, though it may be too Debian-specific.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants