Changeset 9968 in ntrip for trunk/BNC/src/bnchelp.html


Ignore:
Timestamp:
Feb 14, 2023, 2:33:32 PM (14 months ago)
Author:
stuerze
Message:

docu updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnchelp.html

    r9953 r9968  
    738738<ul>
    739739    <li>Python 2.7.5 or later. Python 3 is not supported.</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>
     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>
    741741    <li>Node.js version 12 or later</li>
    742742    <li>Visual Studio 2019 or clang-cl (msvc mode) version 8 or later, required to build QtWebEngine</li>
     
    754754and 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>
    755755<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 command
     756<li>Go to directory C:\Qt\qt-everywhere-src-5.15.8 and configure Qt using command
    757757<pre>
    758758.\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
     
    768768   set QMAKESPEC=C:\Qt\5.15.8\mkspecs\win32-msvc
    769769</pre>
    770 and excute file QtEnv.bat</li>
     770and exceute file QtEnv.bat</li>
    771771
    772772<li>Download latest BNC from SVN repository <a href="http://software.rtcm-ntrip.org/svn/trunk/BNC"
     
    42764276</ul>
    42774277</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
     4278Please note, for the PPP models 'DCM with Phase Biases' or 'DCM with Code Biases' currrently only one code or phase bias
    42834279per system (G,R,E,C)/modulation can be considered. Hence, for example the following list of 'Signal Priorities' would be valid:
    42844280<ul>  <li>'G:12&CW R:12&CP E:1&CX E:5&QX C:26&I'</li>  </ul>
    4285 
     4281<p>
     4282For 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>
    42864285<p><h4 id="pppPlots">2.13.4 PPP (4): Plots</h4></p>
    42874286<p>
Note: See TracChangeset for help on using the changeset viewer.