chiark / gitweb /
Update build instructions for Debian Linux.
authorC. Scott Ananian <cscott@cscott.net>
Mon, 16 Feb 2015 23:59:11 +0000 (18:59 -0500)
committerC. Scott Ananian <cscott@cscott.net>
Mon, 16 Feb 2015 23:59:11 +0000 (18:59 -0500)
The python-wxgtk2.8 package is now required.  It is not required to run the
entire build process as root.

README.md

index e6cdbf46369de45858c98506ab38a46dae8f2481..f32024f1cbb36bd5c9c18d0c4b08f720e5ffaf48 100644 (file)
--- a/README.md
+++ b/README.md
@@ -88,15 +88,12 @@ To build and install Cura, run the following commands:
 ```bash\r
 git clone https://github.com/daid/Cura.git\r
 \r
-sudo apt-get install python-opengl\r
-sudo apt-get install python-numpy\r
-sudo apt-get install python-serial\r
-sudo apt-get install python-setuptools\r
-sudo apt-get install curl\r
+sudo apt-get install python-opengl python-numpy python-serial python-setuptools python-wxgtk2.8 curl\r
 \r
 cd Cura\r
 \r
-sudo ./package.sh debian_amd64          # or debian_i386 for 32bit\r
+./package.sh debian_amd64          # or debian_i386 for 32bit\r
+# this will prompt for your root password to run dpkg-deb\r
 \r
 sudo dpkg -i ./scripts/linux/cura*.deb\r
 ```\r