Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

FloatingGlucose v.1.5.1- Wine/Linux edition

Compare
Choose a tag to compare
@dabear dabear released this 28 Jun 15:15
· 6 commits to master since this release

This is just a small fix that enables Floatingglucose to work on linux under wine.
You need to install the following to make it work:

  • Wine
  • Winetricks, latest version, from source:
wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks 
sudo mv -v winetricks /usr/local/bin
  • mstcorefonts

After installing the dependencies above, please run the follow to install the app:

WINEPREFIX="$HOME/.floatingglucose" WINEARCH=win32 /usr/local/bin/winetricks -q dotnet462 corefonts
WINEPREFIX="$HOME/.floatingglucose" WINEARCH=win32 wine 'FloatingGlucoseSetup-Release.nosign-v.1.5.1.exe'

To start the app, from the command line ,run:

TZ=UTC WINEPREFIX="$HOME/.floatingglucose" WINEARCH=win32 wine 'c:\program files\floatingglucose\floatingglucose.exe'

Please note the TZ=UTC and wineprefix, which is very important to make it work correctly