chiark / gitweb /
Update README.md
authordylanwinn <dylanwinn3@gmail.com>
Sun, 17 Mar 2013 04:57:31 +0000 (21:57 -0700)
committerdylanwinn <dylanwinn3@gmail.com>
Sun, 17 Mar 2013 04:57:31 +0000 (21:57 -0700)
Added build instructions for Ubuntu.

README.md

index 1913b171dbb64607a784f860e2d0848b14f8a2d9..8fa10cb50687df56075913828915827ca7c5264b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,6 +16,26 @@ Packaging
 Cura development comes with a script "package.sh", this script has been designed to run under unix like OSes (Linux, MacOS). Running it from sygwin is not a priority.
 The "package.sh" script generates a final release package. You should not need it during development, unless you are changing the release process. If you want to distribute your own version of Cura, then the package.sh script will allow you to do that.
 
+Debian and Ubuntu Linux
+--------
+
+To build and install Cura, run the following commands:
+
+```bash
+git clone https://github.com/daid/Cura.git
+
+sudo apt-get install python-opengl
+sudo apt-get install python-numpy
+sudo apt-get install python-serial
+sudo apt-get install python-setuptools
+sudo apt-get install cx-freeze
+
+cd Cura
+
+sudo ./package.sh debian
+
+sudo dpkg -i ./scripts/linux/Cura*.deb
+```
 
 Mac OS X
 --------