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, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index f32024f1cb..1b75e5b140 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,12 @@ Cura
Read this, it's important!
===========================
-If you are reading this, then you are looking at the *development* version of Cura. If you just want to use Cura, take a look at the following location: https://daid.github.com/Cura
+This is the development version of Cura for LulzBot 3D Printers by Aleph Objects, Inc. It is available here:
+https://github.com/alephobjects/Cura
+
+This branch is based on the upstream version maintained by daid and Ultimaker:
+https://github.com/daid/Cura
+
Development
===========
@@ -89,6 +94,8 @@ To build and install Cura, run the following commands:
git clone https://github.com/daid/Cura.git
sudo apt-get install python-opengl python-numpy python-serial python-setuptools python-wxgtk2.8 curl
+# Run this also if you're building for 32bit Debian
+sudo apt-get install gcc-multilib g++-4.7-multilib
cd Cura