From 2d17bf7372ff4782f57eb702ac28877987918307 Mon Sep 17 00:00:00 2001 From: xenovacivus Date: Mon, 13 Jan 2014 20:02:59 -0800 Subject: [PATCH] Fixed Ubuntu build steps --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5af11..245ffd9 100644 --- a/README.md +++ b/README.md @@ -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: sudo apt-get install libmono-winforms2.0-cil + * Install xbuild sudo apt-get install mono-xbuild + * Install gmcs sudo apt-get install mono-gmcs + * Install winforms sudo apt-get install libmono-winforms2.0-cil * Build: xbuild CNC_Machine.sln * Run: mono GUI/bin/Debug/PathCAM.exe * Windows