Requirements:
- Admin access to the clatter repo
- Windows 10
- WSL
- Jetbrains Rider
First time only:
In the terminal:
wsl apt install update
wsl apt install python3.8 python3.8-dev libffi
wsl python3.8 -m pip install cffi
wsl python3.8 -m pip install PyGitHub
In Rider:
- Make sure you've updated the version in
Clatter.Core/Properties/AssemblyInfo.cs
andClatter.Unity/Properties/AssemblyInfo.cs
. If not, do so now and push a new commit to main. - Set the solution configuration to "Release".
- Run the configuration "build_all".