Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 560 Bytes

how-to-build.md

File metadata and controls

14 lines (10 loc) · 560 Bytes

Setting up build environment

In your cmd window run vcvarsall.bat x64 in your compilers directory this will let you use MSVC from the command prompt. I have a batch file run on command prompt start up.

call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64

Build All

run src\buildall.bat this will compile all the programs - compiled programs will be in the build directory.

Build One

run build.bat in the folder of the program you wish to compile. ex. src\cp\build.bat