You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting to use GENie and I've got stuck on getting Emscripten working. I've got a simple project working for windows with the following genie.lua file:
As an aside I found it hard to find anything at all that would help getting started. The above file is from a google search that hit this page http://industriousone.com/sample-script, which is for premake not GENie, and also missing targetdir. But with that addition, great, we're up and running for Visual Studio at least.
Now, for Emscripten. I have Emscripten, MinGW, and vs-tool installed.
I can't find any docs, but there is the odd page with references to GENie, as in the following: bkaradzic/bgfx#574
When I try that command line:
genie --gcc=asmjs gmake
I get the error "invalid option 'gcc'". Is that "gcc" some intrinsic part of GENie or is it something that the genie.lua file should interpret in order to set some stuff up manually? From the error I'm guessing its the latter, but some documentation would really help.
The text was updated successfully, but these errors were encountered:
I'm starting to use GENie and I've got stuck on getting Emscripten working. I've got a simple project working for windows with the following genie.lua file:
As an aside I found it hard to find anything at all that would help getting started. The above file is from a google search that hit this page http://industriousone.com/sample-script, which is for premake not GENie, and also missing targetdir. But with that addition, great, we're up and running for Visual Studio at least.
Now, for Emscripten. I have Emscripten, MinGW, and vs-tool installed.
I can't find any docs, but there is the odd page with references to GENie, as in the following:
bkaradzic/bgfx#574
When I try that command line:
genie --gcc=asmjs gmake
I get the error "invalid option 'gcc'". Is that "gcc" some intrinsic part of GENie or is it something that the genie.lua file should interpret in order to set some stuff up manually? From the error I'm guessing its the latter, but some documentation would really help.
The text was updated successfully, but these errors were encountered: