daniel.sedlacek
daniel.sedlacek

Reputation: 8649

Haxe SDK missing in FDT on OSX

I have downloaded the latest (free) FDT and when I try to create new Haxe project I am asked to specify the Haxe SDK installation path but this is nowhere to find.

enter image description here

It is not in the FDT5 content folder as this post suggests, there is simply no HAXE folder inside FDT.

I am not sure if the SDK is FDT specific so I have also installed the OSX Haxe installer but again there is no path or anything.

enter image description here

Upvotes: 0

Views: 262

Answers (4)

Randy
Randy

Reputation: 819

I know this is old, but you can ln -s /usr/local local while in your home directory. Then you can navigate to your home (in /Users/yourname) and choose local. From there choose bin and it can find the 'haxe' command.

Upvotes: 0

daniel.sedlacek
daniel.sedlacek

Reputation: 8649

the problem was that haxe was installed under usr/ folder that is by default hidden on Mac and can not be located by browsing the disk and command line has zero discoverability and unnecessary learning curve.

Upvotes: 0

the_yellow_logo
the_yellow_logo

Reputation: 687

On OSX you should probably simply use /usr/lib/haxe in your Haxe SDK path field

Upvotes: 0

stroncium
stroncium

Reputation: 1430

Maybe you should just point it to the place where you installed haxe? (And this place is not in FDT plugins folder, since haxe isn't FDT plugin.)

Upvotes: 0

Related Questions