Skip to content

Windows Release Process

Bart House edited this page Nov 2, 2019 · 4 revisions

Here are the steps we use to build the Windows release package

  1. Install Visual Studio 2019 Community Edition
  2. Launch Visual Studio "x64_x86 Cross Tools Command Prompt for VS 2019"
  3. In the command prompt run:
set ADD_CURSES=Y
set PDCURSES_TOP=..\..\pdcurses
cd sys\winnt
nhsetup.bat
cd ..\..\src
nmake install

Clone this wiki locally