From 4cb36adc26493e996a50cc076b8ba10f96e24d7e Mon Sep 17 00:00:00 2001 From: clifford Date: Wed, 16 Dec 2009 08:44:56 +0000 Subject: Clifford Wolf: Further improved build instructions in README file git-svn-id: http://svn.clifford.at/openscad/trunk@178 b57f626f-c46c-0410-a088-ec61d464b74c diff --git a/README b/README index 396822f..175331f 100644 --- a/README +++ b/README @@ -65,7 +65,12 @@ may not work as well.. BUILDING OPENSCAD ================ -First, run qmake to generate a Makefile. Then run make. +First, run 'qmake' from Qt4 to generate a Makefile. On some systems you need to +run 'qmake4', 'qmake-qt4' or something alike to run the qt4 version of the tool. + +Then run make. Finnaly you might run 'make install' as root or simply copy the +'openscad' binary to to bin directory of your choice. + DOCUMENTATION ============= -- cgit v0.10.1