From 8266af39d043db6c511368cbc197563e4974af70 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Mon, 16 Feb 2015 18:59:11 -0500 Subject: 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. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e6cdbf4636..f32024f1cb 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 ``` -- cgit v1.2.3