chiark / gitweb /
Merge tag '15.02.1' into upstream
[cura.git] / README.md
index f32024f1cbb36bd5c9c18d0c4b08f720e5ffaf48..1b75e5b140f91fe0678813e9f6bc0c7a2db2b5cb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,12 @@ Cura
 Read this, it's important!\r
 ===========================\r
 \r
-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\r
+This is the development version of Cura for LulzBot 3D Printers by Aleph Objects, Inc. It is available here:\r
+https://github.com/alephobjects/Cura\r
+\r
+This branch is based on the upstream version maintained by daid and Ultimaker:\r
+https://github.com/daid/Cura\r
+\r
 \r
 Development\r
 ===========\r
@@ -89,6 +94,8 @@ To build and install Cura, run the following commands:
 git clone https://github.com/daid/Cura.git\r
 \r
 sudo apt-get install python-opengl python-numpy python-serial python-setuptools python-wxgtk2.8 curl\r
+# Run this also if you're building for 32bit Debian\r
+sudo apt-get install gcc-multilib g++-4.7-multilib\r
 \r
 cd Cura\r
 \r