Skip to content

Instantly share code, notes, and snippets.

@gbevan
Created December 19, 2020 13:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbevan/4f02dfc1abec570cc4a855faf0b7432d to your computer and use it in GitHub Desktop.
Save gbevan/4f02dfc1abec570cc4a855faf0b7432d to your computer and use it in GitHub Desktop.

MMANA-GAL on Linux with Wine

Using Winetricks to install prereqs

./winetricks -f corefonts vcrun6 vb5run native_oleaut32 vcrun2010 richtx32

Running MMANA-GAL

env WINEPREFIX="/home/bev/.wine" \
  wine-stable C:\\windows\\command\\start.exe \
    /Unix \
    /home/your_user/.wine/dosdevices/c:/users/Public/Desktop/MMANA-GAL_Basic.lnk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment