| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
SJAsmPlus Z80 Assembler
mkdir build cd build cmake .. make
To build on non-Unix systems (Windows / Visual Studio) see CMake documentation on generators. The necessary steps are something like the following:
mkdir build cd build cmake -G "Visual Studio 16 2019" .. # The above will generate a solution file for Visual Studio. # Now open the generated solution file in Visual studio and build the project.
See Documentation (Wiki)
| Back | FazBrowse Home | New Git URL |