diff --git a/indiprop.pro b/indiprop.pro index 348427a..cb37006 100755 --- a/indiprop.pro +++ b/indiprop.pro @@ -18,3 +18,5 @@ RCC_DIR = tmp HEADERS += src/indiclient.h src/treewidget.h src/mainwindow.h SOURCES += src/indiclient.cpp src/treewidget.cpp src/mainwindow.cpp src/main.cpp +target.path = $$(OBSHOME)/bin +INSTALLS += target diff --git a/readme.txt b/readme.txt index 4271dd4..3227551 100755 --- a/readme.txt +++ b/readme.txt @@ -14,18 +14,22 @@ _____________________________________________________________________ Prerequisites: Building this program requires a Qt4 development environment. +Qt4 is available for many platforms including Windows, Mac, and Linux. _____________________________________________________________________ -Installation: +Building: From the project folder type: qmake make +_____________________________________________________________________ + +Installation: -To install the program, optionally type: +If OBSHOME was set, prior to running qmake, install with: -cp bin/indiprop $OBSHOME/bin/ +make install _____________________________________________________________________ Copyright © 2012 Aaron Evers