Parcourir la source

Fix Readme according new build procedure

semlanik il y a 9 ans
Parent
commit
0486244531
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  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