Browse Source

Fix Readme according new build procedure

semlanik 9 years ago
parent
commit
0486244531
1 changed files with 4 additions and 2 deletions
  1. 4 2
      README

+ 4 - 2
README

@@ -2,6 +2,8 @@ UBX protocol implementation based on C language for u-blox© GNSS chips
 
 INSTALLATION
 
-qmake PREFIX=<path-to-sysroot>
+mkdir build
+cd build
+cmake ../
 make
-make install
+sudo make install