Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronevers committed Mar 23, 2013
1 parent 62e0b71 commit 7003f1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions indiprop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7003f1c

Please sign in to comment.