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 7444919 commit 4903b06
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ Qt Creator's team!

Prerequisites:
* Qt 4.7.4 (May work with older versions)
* On Windows:
- MinGW 4.4 or later, Visual Studio 2008 or later
* On Windows: MinGW 4.4 or later, Visual Studio 2008 or later
* On Mac: XCode 2.5 or later, compiling on 10.4 requires setting the
environment variable QTC_TIGER_COMPAT before running qmake

$ 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 4903b06

Please sign in to comment.