Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaid <daid303@gmail.com>2015-02-17 23:00:26 +0300
committerdaid <daid303@gmail.com>2015-02-17 23:00:26 +0300
commitc35583b8cb078cb2adf073cf15bfc9f9fb68622a (patch)
tree4b1bf1a87ef3a6688011c798c3cbd12b5cee0681
parentec70323d6a09e54521c0813cdaf99ca509b33ef6 (diff)
parent8266af39d043db6c511368cbc197563e4974af70 (diff)
Merge pull request #1147 from cscott/update-readme
Update build instructions for Debian Linux.
-rw-r--r--README.md9
1 files 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
```