Changeset 580 in ntrip for trunk/ntripclient/README


Ignore:
Timestamp:
Nov 20, 2007, 5:33:13 PM (16 years ago)
Author:
stuerze
Message:

added Windows compilation hint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/README

    r550 r580  
    149149directory. Compile the source code under POSIX systems by calling 'make'.
    150150
     151To compile the source code on a Windows system where a mingw gcc
     152compiler is available, you may like to run the following command:
     153
     154gcc -DWINDOWSVERSION -o ntripclient.exe ntripclient.c -lwsock32
     155
    151156Registration
    152157------------
Note: See TracChangeset for help on using the changeset viewer.