FontStruct / fonthx

Font File Generation in Haxe
MIT License
79 stars 3 forks source link

Current haxelib package is not compatible with hxnodejs 4.0.9 #4

Open robmeek opened 5 years ago

robmeek commented 5 years ago

Someone installing fonthx from haxelib will have to install hxnodejs from github:

haxelib install git:https://github.com/HaxeFoundation/hxnodejs.git

– Since the haxelib version of hxnodejs is old, and the haxelib.json cannot contain a reference to github.

ETHproductions commented 5 years ago

Running the given command gave me this error:

Error: No such Project : git:https://github.com/HaxeFoundation/hxnodejs.git

Eventually I did get it working, by stealing a slightly different command from the hxnodejs repo:

haxelib git hxnodejs https://github.com/HaxeFoundation/hxnodejs

After that, Node compilation seems to be working perfectly on my machine running Windows 7.

robmeek commented 5 years ago

Thx @ETHproductions – that’s great to know, as I haven’t tested on Windows.