diff options
-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 ============= |