Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Pagliano committed Nov 26, 2012
1 parent 52cef1c commit f0ed46d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ Prerequisites:
* On Mac: XCode 2.5 or later, compiling on 10.4 requires setting the
environment variable QTC_TIGER_COMPAT before running qmake

Steps:
```bash
$ mkdir $BUILD_DIRECTORY
$ cd $BUILD_DIRECTORY
$ qmake $SOURCE_DIRECTORY/qssh.pro
$ make (or mingw32-make or nmake depending on your platform)
mkdir $BUILD_DIRECTORY
cd $BUILD_DIRECTORY
qmake $SOURCE_DIRECTORY/qssh.pro
make (or mingw32-make or nmake depending on your platform)
```

### Examples
Expand Down

0 comments on commit f0ed46d

Please sign in to comment.