Changeset 653 in ntrip for trunk/ntripserver/README


Ignore:
Timestamp:
Jan 4, 2008, 4:23:06 PM (16 years ago)
Author:
stuerze
Message:

lines for windows compatibility added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripserver/README

    r548 r653  
    8484- make debug (for debugging purposes).
    8585
    86 The exacutable will show up as ntripserver.
    87 
     86To compile the source code on a Windows system where a mingw gcc
     87compiler is available, you may like to run the following command:
     88
     89- gcc -Wall -W -O3 -DWINDOWSVERSION ntripserver.c -DNDEBUG
     90  -o ntripserver -lwsock32, or
     91- mingw32-make, or
     92- mingw32-make debug
     93
     94The exacutable will show up as ntripserver on Linux
     95or ntripserver.exe on a Windows system.
    8896
    8997Usage
Note: See TracChangeset for help on using the changeset viewer.