Build LittleBigMouse - mgth/LittleBigMouse GitHub Wiki
Pre-request
You need visual studio 2022 (preview or released)
In visual studio installer check :
[x] .Net Desktop development
[x] C++ Desktop development
Cloning
-
Create un folder and cd in it.
-
Clone the repository :
git clone --recurse-submodules https://github.com/mgth/LittleBigMouse.git
- Open LittleBigMouse\LittleBigMouse.sln in visual studio 2022 (As admin)
Build
In solution configurations Select :
Debug / x64 / LittleBigMouse.Ui.Avalonia
then you can build and run.
If Visual Studio was not launched with admin privileges it will ask to restart that way.
Be aware that daemon will run in a console in debug mode and will keep running when you stop debugging