浏览代码

Fix Readme according new build procedure

semlanik 10 年之前
父节点
当前提交
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