-
Notifications
You must be signed in to change notification settings - Fork 3
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
haxelib run HIDE, nothing happens #4
Comments
On Linux Mint |
Do you using 32-bit version of Linux Mint? I tested it on 64-bit version of Linux Mint worked fine. |
32 bit yes |
I will look again tomorrow, cause I went to the whole process of installing the git and plugin-based version, which were missing haxeparser, hxparse and CodeMirror....so I went into a lot of stuff to compile from source to end up with the same result. It looks like failing silently. |
I installed node.js and grunt, trying to run nw inside the bin folder of HIDE, but did not succeed in running anything, I just see the help menu of the nw command. New to all this, I could use some help to manually launch HIDE with nw and debug it. |
Don't forget to clone recursively to init submodules git clone --recursive https://github.com/HaxeIDE/HIDE.git |
To run compiled HIDE you need only http://dl.node-webkit.org/v0.10.2/node-webkit-v0.10.2-linux-ia32.tar.gz extract it to HIDE location(haxelib) and run |
Thank you for those hints, I'm gonna use them soon |
Running! Slick! So I installed nw v10 you gave me in the bin directory of git HIDE after compiling it Then there was the missing library libudev.so.0 so I tried the workaround of this page: And the last one worked, running this in the bin folder: using ./nw to be sure to affect the local nw and not the global one I installed before. Thankyou!! |
Thank you. Sorry for inconvenience. |
that's cool man, now I know about --recursive in git :) 2014-08-21 17:45 GMT+01:00 as3boyan [email protected]:
|
The same thing. Nothing happens. I could not start HIDE or any html files.
64-bit Fedora 22. What surprised me,
Thanks, this has worked for me too! |
Ola,
I run
haxelib install HIDE
which install HIDE
then
haxelib run HIDE
which install and download the last node-webkit.
But then nothing more happens, I un again
haxelib run HIDE, nothing happens.
Any idea ? Cause it looks great :)
my terminal, hxlib is an alias for sudo haxelib:
noor@emma ~ $ hxlib run HIDE
Looking for node-webkit url...
Found a new version of node-webkit binary: node-webkit-v0.9.2-linux-ia32.tar.gz
Main.hx:335: http://dl.node-webkit.org/v0.9.2/node-webkit-v0.9.2-linux-ia32.tar.gz
Main.hx:347: http://dl.node-webkit.org/v0.9.2/node-webkit-v0.9.2-linux-ia32.tar.gz
Downloading node-webkit-v0.9.2-linux-ia32.tar.gz...
Download complete : 38909287 bytes in 52s (729.6KB/s)
node-webkit-v0.9.2-linux-ia32/
node-webkit-v0.9.2-linux-ia32/nwsnapshot
node-webkit-v0.9.2-linux-ia32/credits.html
node-webkit-v0.9.2-linux-ia32/nw
node-webkit-v0.9.2-linux-ia32/nw.pak
node-webkit-v0.9.2-linux-ia32/libffmpegsumo.so
Done
noor@emma ~ $ hxlib run HIDE
noor@emma ~ $
The text was updated successfully, but these errors were encountered: