Skip to content

Commit

Permalink
Fixed Ubuntu build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
xenovacivus committed Jan 14, 2014
1 parent 6bf8075 commit 2d17bf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Getting Started

* Ubuntu
* You'll need [Mono](http://www.go-mono.com/mono-downloads/download.html) to build the code, but this comes pre-installed on Ubuntu 12.04 and later (yay!)
* Get the windows forms lib: <code>sudo apt-get install libmono-winforms2.0-cil</code>
* Install xbuild <code>sudo apt-get install mono-xbuild</code>
* Install gmcs <code>sudo apt-get install mono-gmcs</code>
* Install winforms <code>sudo apt-get install libmono-winforms2.0-cil</code>
* Build: <code>xbuild CNC_Machine.sln</code>
* Run: <code>mono GUI/bin/Debug/PathCAM.exe</code>
* Windows
Expand Down

0 comments on commit 2d17bf7

Please sign in to comment.