Skip to content

How to build FastDoom on Windows ? #205

Closed Answered by viti95
tigrouind asked this question in Q&A
Discussion options

You must be logged in to vote

Yep, I have to update the build instructions.

All current develop is made on Linux or WSL2 (Windows). You need to install OpenWatcom v2, NASM, GNU Make and DOSBox-X.

Once everything is installed, these are the following steps to build:

  1. Execute source env.sh
  2. Build the executable:
  • Single executable: build.sh <executable> <parameters> Where:
    "executable" is the name for the executable and "parameters" can be one of these:
    "-clean": cleans all generated OBJs,
    "-stub": adds the DOS/32 stub,
    "-debug": generates debugging exectable, needs dbgcfg.h to be adjusted to your needs
  • All the executables (+ automatic DOS/32 stubs): buildall.sh
  • Generate a full release zip: package.sh

For example, to b…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tigrouind
Comment options

You must be logged in to vote
0 replies
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