Skip to content

Latest commit

 

History

History
executable file
·
50 lines (41 loc) · 1.37 KB

compileWindows.md

File metadata and controls

executable file
·
50 lines (41 loc) · 1.37 KB

Intructions for compiling dsda-launcher for Windows


Tools needed:

Tested with Qt 6.2.2

Screenshot 2021-06-09 at 12 44 33Screenshot 2021-06-09 at 12 46 06

When running the installer, I recommend that you install the "Qt for desktop environment"

Screenshot 2021-06-09 at 10 56 12

qmake

This comes installed with Qt, no need to do anything

make

I don't think that Qt comes with "make" installed, if you have then you can start compiling,
if not, try to install it using chocolatry:

Compiling

  1. Download the .zip file from this repository
  2. Extract it & open the folder
  3. Create a "build" folder
mkdir build & cd build
  1. Run qmake from the build folder
qmake ..

If you installed Qt with the online installer, careful with qmake not being in the path
  1. Run make
make

Make sure that this launcher is in the same folder as dsda-doom There you go! You can now use this launcher