Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 582 Bytes

Build.md

File metadata and controls

22 lines (11 loc) · 582 Bytes

#Build Steps

This document is step by step guide for the build process. This will generate the executable from the code.

  1. Install Visual Studio 2015 or a later version.

  2. Open the TASM.sln file from the code folder.

  3. Verify the Solution Configuration is set to Release.

  4. From the Build menu, click on Build Solution.

The executable along with the referenced files and the configuration file will be generated in the TASM/bin/release.

Back to ReadMe