瀏覽代碼

Fix Readme according new build procedure

semlanik 9 年之前
父節點
當前提交
0486244531
共有 1 個文件被更改,包括 4 次插入2 次删除
  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