Skip to content

Commit

Permalink
update instructions compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
konfiot committed Jul 27, 2015
1 parent 7d6326d commit e0fb74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ sudo apt-get install qt4-dev-tools libqjson-dev g++ python3.4 python3.4-dev pyth
#### Compilation de [qtserialport](https://github.com/qtproject/qtserialport)

```shell
https://github.com/qtproject/qtserialport.git
cd qtserialport/src # On compile uniquement les sources
git clone https://github.com/qtproject/qtserialport.git
cd qtserialport
git checkout qt4-dev # Compilation pour qt4
qmake qtserialport.pro -spec linux-g++-32
make && sudo make install
Expand Down

0 comments on commit e0fb74f

Please sign in to comment.