Skip to content
Thanael0 edited this page Feb 6, 2017 · 20 revisions

Welcome to the chummer5a wiki! Anyone can edit this! #Installation Head over to the releases page and download the latest release. Unzip to a folder and run Chummer5.exe.

#Linux support ##Using Mono

  1. You will need to download & install Mono, an open-source implementation of .NET, on which Chummer5a relies.
  2. At the commandline, type mono Chummer5.exe
  3. Not all elements of Chummer are supported on non-windows platforms. Good luck!
  4. Translator doesn't seem to currently run.

##Using Wine

  1. You need to install wine and winetricks which are both available as packages for most linux distributions.
  2. Install .Net 4.5.1 using the following commands:
$ export WINEARCH="win32"
$ wineboot -u
$ winetricks dotnet40
$ winetricks dotnet45
$ winetricks dotnet451
  1. Start chummer using wine with wine Chummer5.exe.