Update how to get started on ubuntu authored by Kuppe, Christian's avatar Kuppe, Christian
...@@ -3,4 +3,6 @@ Getting started with coding in OpenSimRoot ...@@ -3,4 +3,6 @@ Getting started with coding in OpenSimRoot
1. Install ubuntu 1. Install ubuntu
2. In ubuntu install build-essential package to get the compilers 2. In ubuntu install build-essential package to get the compilers
3. Install eclipse-cdt using the eclipse download from the website 3. Install eclipse-cdt using the eclipse download from the website
4. In git clone the project 4. In git clone the project
\ No newline at end of file 5. In eclipse click on import project from git local repository, click on finish
6. Compile (Hammer symbol, release version). Executable is in Release folder.
\ No newline at end of file