2021-01-23 23:35:29 +01:00
2020-11-12 22:16:55 +01:00
2020-09-10 15:05:08 +02:00
2020-09-17 16:52:26 +00:00
2020-12-19 21:04:17 +01:00
2020-10-15 10:26:35 +00:00

Borepin

Building

On Windows

  1. Install Visual Studio 2019 download Visual Studio

    • with Xamarin
    • with UWP
    • with .NET Desktop
  2. Install GTKSharp for Windows download GTKSharp

  3. Install capnproto

    3.1 If you have Chocolatey installed

    $ choco install capnproto
    

    3.2 else you can download it from here and add it to your PATH

  4. Clone Borepin download Borepin

  5. Load Borepin

  6. Build Borepin

If Step 5. Build Borepin is failing because of GTKSharp, it could help to restart your PC.

Build GTK Project

  1. Install mono, gtk-sharp, msbuild, nuget 1.1 Debian based

    $ apt install mono-complete, gtk-sharp2, nuget, capnproto
    

    1.2 ArchLinux based

    $ pacman -S mono, mono-msbuild, gtk-sharp-2, nuget, capnproto
    
  2. Clone Borepin

    $ git clone https://gitlab.com/fabinfra/fabaccess/client.git
    
  3. Build Borepin

    $ cd client
    $ msbuild -t:Borepin_GTK
    
  4. 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.

Description
Cross-Platform Client Application of the FabAccess Project - based on C#, Xamarin done for UWP, Android, iOs
Readme GPL-3.0 2.8 MiB
Languages
C# 100%