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-18 12:41:39 +0300
committerdaid <daid303@gmail.com>2015-02-18 12:41:39 +0300
commit25c5fe10fc1d1ce81dbe2a1613170d97cda7b931 (patch)
tree44b5200f6979232fe96293f5ce3441efa6634313
parent789329bfe278731ec2fbdb0267ea9c4953ef1a1e (diff)
parentc35583b8cb078cb2adf073cf15bfc9f9fb68622a (diff)
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine15.02-RC2
-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
```