Преглед изворни кода

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