Skip to content

Commit

Permalink
Add compilation instructions on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed Sep 19, 2014
1 parent a195a94 commit 0c333ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ rbkit-client
You need Qt on your system in order to build the project. It's recommended to
install Qt Creator which is an IDE for Qt projects.

## Compiling on Linux

Assuming you have Qt 5.3.x version installed somewhere on your Linux box, after
cloning the repository you should run:

```bash
qmake
make -j4
```

And that should give you `rbkit-app/RBKitClient` executable, which you can
go ahead and run.

## Qt build issue on OSX Mavericks

Qt binary distribution compiles with `-stdlib=libstdc++` for std lib,
Expand Down

0 comments on commit 0c333ea

Please sign in to comment.