Skip to content

Working with DJGPP? #201

Answered by edubart
gphg asked this question in Q&A
Nov 7, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

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:

nelua --cc=i686-pc-msdosdjgpp-gcc --cflags="-march=i386 -lemu" --binary --output hello.exe examples/helloworld.nelua

Then copy hello.exe to the machine you want to run.

Also see #119 for more details.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gphg
Comment options

Answer selected by edubart
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