A zip file of all the DLLs required for CSA to run on Windows under GTK 4.2.0.
Contains the DLLs for GTK 4.2.0, its dependencies, and luajit.
To use CSA on windows without otherwise having to install the dependencies:
- Download this archive
- Extract it (a folder called
csa_dlls
will be created) - Download the binaries (
csa_executable.zip
) from one of the recent succeeding Windows build pipelines - Extract the binaries (a file called
csa.exe
will be created) - Move the file
csa.exe
into the foldercsa_dlls
- Run the file
launch.bat
in the foldercsa_dlls
(important: thelaunch.bat
script sets up the environment for GTK so that it can run like this - if you directly runcsa.exe
it will not work)