-
Any idea how to get nelua working with DJGPP? |
Beta Was this translation helpful? Give feedback.
Answered by
edubart
Nov 7, 2022
Replies: 1 comment 1 reply
-
Nelua should work with DJGPP, as I've tested this before. In short you have to compile a Nelua program using a DJGPP compiler from your host with a command like:
Then copy Also see #119 for more details. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
edubart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nelua should work with DJGPP, as I've tested this before. In short you have to compile a Nelua program using a DJGPP compiler from your host with a command like:
Then copy
hello.exe
to the machine you want to run.Also see #119 for more details.