Currently, building is only possible on Windows due to the build.bat file. This should change soon, however, as I will probably make a Unix version in the near future.
- Make sure that Kick Assembler is installed in the right directory.
- This directory should be a folder named "KickAss" in the folder below the folder that hosts the CSP64 source code.
- For example, this could be
D:\src\KickAss
, while the source code is atD:\src\csp64
.
- Open your favourite command line application (Command Prompt, Powershell)
- Navigate to the directory where the
build.bat
file is, and run it.
TODO. a script for this will be made soon. a script has been made!
- Make sure that Kick Assembler is installed in the right directory.
- This directory should be a folder named "KickAss" in the folder below the folder that hosts the CSP64 source code.
- For example, this could be
D:\src\KickAss
, while the source code is atD:\src\csp64
.
- Open your terminal of choice
- Make sure that build.sh is executable by doing
chmod +x build.sh
- Do
./build.sh
to run the build script. (no I don't want to deal with makefiles)