Changeset 9968 in ntrip for trunk/BNC/src
- Timestamp:
- Feb 14, 2023, 2:33:32 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r9953 r9968 738 738 <ul> 739 739 <li>Python 2.7.5 or later. Python 3 is not supported.</li> 740 <li> 740 <li>Windows binaries of Bison, Flex, GPerf from the GnuWin32 project (<a href="http://gnuwin32.sourceforge.net/" target="_blank">http://gnuwin32.sourceforge.net/</a>), required to build QtWebEngine</li> 741 741 <li>Node.js version 12 or later</li> 742 742 <li>Visual Studio 2019 or clang-cl (msvc mode) version 8 or later, required to build QtWebEngine</li> … … 754 754 and unzip the ZIP archive and move the contents of the contained directory into a directory e.g. C:\Qt\qt-everywhere-src-5.15.8. </li> 755 755 <li>Open a x64 Native Tools Command Promt for VS 2019 </li> 756 <li>Go to directory C:\Qt\ 5.15.8 and configure Qt using command756 <li>Go to directory C:\Qt\qt-everywhere-src-5.15.8 and configure Qt using command 757 757 <pre> 758 758 .\configure -prefix C:\Qt\5.15.8\ -opensource -release -nomake tests -nomake examples -skip qtdoc -platform win32-msvc -mp -confirm-license -openssl-linked OPENSSL_PREFIX="C:\OpenSSL-Win64" -opengl desktop -webengine-proprietary-codecs -recheck-all … … 768 768 set QMAKESPEC=C:\Qt\5.15.8\mkspecs\win32-msvc 769 769 </pre> 770 and exc ute file QtEnv.bat</li>770 and exceute file QtEnv.bat</li> 771 771 772 772 <li>Download latest BNC from SVN repository <a href="http://software.rtcm-ntrip.org/svn/trunk/BNC" … … 4276 4276 </ul> 4277 4277 </p> 4278 <p> 4279 Default is the following list of 'Signal Priorities': 4280 <ul><li>'G:12&CWPSLX R:12&CP E:1&CBX E:5&QIX C:26&IQX'</li></ul> 4281 </p> 4282 But please note, for the PPP models 'DCM with Phase Biases' or 'DCM with Code Biases' currrently only one code or phase bias 4278 Please note, for the PPP models 'DCM with Phase Biases' or 'DCM with Code Biases' currrently only one code or phase bias 4283 4279 per system (G,R,E,C)/modulation can be considered. Hence, for example the following list of 'Signal Priorities' would be valid: 4284 4280 <ul> <li>'G:12&CW R:12&CP E:1&CX E:5&QX C:26&I'</li> </ul> 4285 4281 <p> 4282 For the other PPP models for example the following list of 'Signal Priorities' can be used: 4283 <ul><li>'G:12&CWPSLX R:12&CP E:1&CBX E:5&QIX C:26&IQX'</li></ul> 4284 </p> 4286 4285 <p><h4 id="pppPlots">2.13.4 PPP (4): Plots</h4></p> 4287 4286 <p>
Note:
See TracChangeset
for help on using the changeset viewer.