Skip to content
Svein Arne Ackenhausen edited this page Feb 23, 2014 · 49 revisions

Getting started

Prerequisites

As OpenIDE is built on Microsofts .Net platform you need to have either Microsoft .Net or Xamarin's Mono runtime installed. It will run under the Linux, Windows and MacOSX platforms.

Installation

  1. Clone this git repository to your computer
  2. If on Windows run deploy.bat else run deploy.sh on project root
  3. Copy the contents of the ReleaseBinaries folder to wherever you want OpenIDE placed (needs write access)
  4. Add the path to where OpenIDE was copied to the $PATH environment variable
  5. Go to a terminal window and write the command "oi" to see a list of available commands

Setting up your editor

To have OpenIDE integrated to your editor go through the setup for you particular editor:

Clone this wiki locally