Atian Tools

ate47's set of tools

This project is maintained by ate47

Back…

Compile acts

Table of Contents

Required tools

Install premake5

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

Install vcpkg

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

Create solution

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.

Compile

The project should compile in release or debug if the setup script was used.

It’ll create the different files into build/bin/.

Package installation

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…