-
Notifications
You must be signed in to change notification settings - Fork 199
Build LittleBigMouse
mgfarmer edited this page Dec 20, 2023
·
7 revisions
You need visual studio 2022 (preview or released)
In visual studio installer check :
[x] .Net Desktop development
[x] C++ Desktop development
-
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)
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