16.10.2020 // Contribute - Borepin
Contribute - Borepin
On Windows
- Install Visual Studio 2019
download Visual Studio
- with Xamarin
- with UWP
- with .NET Desktop
- Install GTKSharp for Windows download GTKSharp
- Clone Borepin download Borepin
- Load Borepin
- Build Borepin
If Step 5. Build Borepin is failing because of GTKSharp, it could help to restart your PC.
Build GTK Project
-
Install mono, gtk-sharp, msbuild, nuget 1.1 Debian based
$ apt install mono-complete, gtk-sharp2, nuget
1.2 ArchLinux based
$ pacman -S mono, mono-msbuild, gtk-sharp-2, nuget
-
Clone Borepin
$ git clone https://gitlab.com/fabinfra/fabaccess/client.git
-
Build Borepin
$ cd client $ msbuild -t:Borepin_GTK
-
Run Borepin
$ mono ./Borepin/Borepin.GTK/bin/Debug/Borepin.GTK.exe
You can also use Rider or monodevelop as an IDE for development on Borepin
Testing
We use NUnit for testing.
1 Kommentar
Quelle: https://hackmd.io/1SUHvxdGSseRb7CcSyZguA