Maki
Formally verfied low-code orchestration
Loading...
Searching...
No Matches
Building Windows

‍[!IMPORTANT] I haven't fully checked the process in Windows. The instructions below indicate how it should work, but there are not guarantees.

Building

Before running any of the commands, you need to make sure you are in a PowerShell that can run scripts. This can be achieved with the following command:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Once that is done, you can proceed with the build process:

  1. Run the setup scripts to install the necessary tools (this only needs to be done once).
.\scripts\windows\setup_tools.ps1
  1. Run the setup scripts to install the necessary packages (this only needs to be done once).
.\scripts\windows\setup_tools.ps1
  1. If you are building KODA as part of maki, you need to change the directory to koda and install the necessary Antlr dependencies
cd 3rdparty/plugins/koda
C:\vcpkg\vcpkg install
  1. With the tools and packages installed we can build the app
.\scripts\windows\build.ps1
  1. Finally, to install the tool
.\scripts\windows\release.ps1

Running

After the installation, the executable can be found in .\release\windows\maki.exe