Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 655 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 655 Bytes

libProteus

A global weather, geographic information, and navigation simulator library, used by SailNavSim (https://8bitbyte.ca/sailnavsim/).

Dependencies

Build system

C compiler (such as gcc, clang, etc.) and Make.

Libraries

Name Description Version
zlib library (with headers) Lossless data-compression library -
pthread library (with headers) Allows the program to control multiple different flows of tasks that overlap in time -

How to build libProteus (shared library)

make libproteus

How to build and run tests

make tests

./run_tests.sh