ate47's set of tools
This project is maintained by ate47
Table of Contents
acts is using premake5 to create the installation, you can download it here, but I suggest to use Scoop with this command to install it.
scoop install premake
acts is using vcpkg to create the installation, you can download it here, but I suggest to use Scoop with this command to install it.
scoop install vcpkg
To create the Visual Studio solution, you can then use this command in a powershell console
.\scripts\setup.ps1
It’ll create the solution into the build
directory. You can open it using with build/AtianCodTools.sln
.
The project should compile in release or debug if the setup script was used.
It’ll create the different files into build/bin/
.
You can package an installation using the scripts scripts/package.ps1
.
It’ll create an archive build/package/acts.zip
containing the compiled files with the licenses.
It is important to provide the licenses with acts…