diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-16 08:44:56 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-16 08:44:56 (GMT) |
commit | 4cb36adc26493e996a50cc076b8ba10f96e24d7e (patch) | |
tree | 7aeb05be6a88bd27e3bf730f2c1675dd04c177b7 | |
parent | 19a22fbfc42b06487ed2a0d204b85ec1760f11b6 (diff) |
Clifford Wolf:
Further improved build instructions in README file
git-svn-id: http://svn.clifford.at/openscad/trunk@178 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 ============= |