Skip to content

Build LittleBigMouse

mgfarmer edited this page Dec 20, 2023 · 7 revisions

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

Clone this wiki locally