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:
Diffstat (limited to 'README.md')
-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
```