Skip to content

Unable to compile .zip via raylua_e #6

Answered by TSnake41
SereysZ asked this question in Q&A
Discussion options

You must be logged in to vote

You are not supposed to use raylua_e source code to build your executable (and GCC has no clue on how raylua_e is designed and what to do with zip file).

You need to either download a prebuild version of raylib-lua and drag and drop your zip file onto the raylua_e executable, or by command-line
raylua_e myFile.zip (or ./raylua_e myFile.zip depending on the operating system)

Or alternatively build raylib-lua using either classical make (or mingw32-make) or saphire and use the raylua_e in the same way as with prebuilt (e.g ./raylua_e myFile.zip)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TSnake41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants