Skip to content

Getting Started

Levi Olson edited this page Oct 28, 2021 · 13 revisions

Arbites is capable of running in several different platforms, listed below are instructions to getting started on each platform.

Contents:

Windows

  • Download Arbites by visiting one of the links below.

  • Arbites Innova 2 WPF: Good for Windows 7/8/10

  • Arbites Innova 2 WinForms: Good for Windows XP/2000, Compatible with 7/8/10

  • Unzip the archive file somewhere on your desktop.

  • We will now install the necessary FTDI driveres to be able to communicate with our Animus device, to do so, unzip "arbites/drivers.zip" somewhere.

  • Run dpinst-amd64.exe (64bit) or dpinst-x86.exe (32bit) depending on your operating system.

FTDI installer screenshot

  • Follow the installation steps to complete everything.
  • Run ArbitesEto2.Wpf or ArbitesEto2.WinForms by double clicking on it.

Your copy of Arbites is now ready to be used, you may wish to visit the How to Rebind Keys page for further instructions.

OS X

mac 1 screenshot

  • Download and save the installer package somewhere.

mac 2 screenshot

  • Then run the installer by double clicking on it.
  • Proceed to go through the installer's steps.

mac 3 screenshot

  • Mono is now installed, now we could proceed to download Arbites from here, save the zip file on your desktop.
  • Unzip the zip file, then double click on the Arbites application to launch it.
  • Some installations may require that you symlink mono into your local bin. If the Arbites application failed to run in the previous step, run the following in terminal:
sudo ln -s /Library/Frameworks/Mono.framework/Commands/mono /usr/local/bin/mono

mac 4 screenshot

Your copy of Arbites is now ready to be used, you may wish to visit the How to Rebind Keys page for further instructions.

Linux Portable Version

  • First, install mono-complete with your package manager, in this example we will use apt.
sudo apt-get update
sudo apt-get install mono-complete
  • Now, we are ready to run Arbites, first download Arbites portable edition.
  • Unzip the downloaded archive file somewhere, then open a terminal in the arbites directory. (the directory with the Arbites exe files)
  • You need to add your current user to the dialout user group to access the RS232 ports for key rebinding, otherwise, you will have to run the application in root every time you want to rebind your keys, to add your user to the dialout user group, do the following:
sudo adduser [your_user_name] dialout
  • Now you could run the following to start the application:
mono ArbitesEto2.Gtk2.exe
  • Or you could run the following the start the application with elevated privileges if you did not add your user to the dialout user group:
sudo mono ArbitesEto2.Gtk2.exe

Your copy of Arbites is now ready to be used, you may wish to visit the How to Rebind Keys page for further instructions.

Linux Package Manager

TODO

Clone this wiki locally