Skip to content
Karl Martin Teras edited this page Nov 22, 2018 · 7 revisions

Welcome to the activityrecorder wiki!

Installing on Windows

Setup MSYS2

Install 64bit! MSYS2
$ pacman -S mingw-w64-x86_64-qt-creator
$ pacman -S mingw-w64-x86_64-toolchain
$ pacman -S mingw-w64-x86_64-jasper - required dependency

Set QT_PATH variable to C:\msys64\mingw64"

Setup CLion

File -> Settings -> Build, Execution, Deployment -> Toolchains
Create new toolchain:
Environment: MinGW - C:\msys64\mingw64

Clone this wiki locally