From: C. Scott Ananian Date: Mon, 16 Feb 2015 23:59:11 +0000 (-0500) Subject: Update build instructions for Debian Linux. X-Git-Tag: 15.02-RC2^2^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8266af39d043db6c511368cbc197563e4974af70;p=cura.git Update build instructions for Debian Linux. The python-wxgtk2.8 package is now required. It is not required to run the entire build process as root. --- diff --git a/README.md b/README.md index e6cdbf46..f32024f1 100644 --- a/README.md +++ b/README.md @@ -88,15 +88,12 @@ 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 curl +sudo apt-get install python-opengl python-numpy python-serial python-setuptools python-wxgtk2.8 curl cd Cura -sudo ./package.sh debian_amd64 # or debian_i386 for 32bit +./package.sh debian_amd64 # or debian_i386 for 32bit +# this will prompt for your root password to run dpkg-deb sudo dpkg -i ./scripts/linux/cura*.deb ```