Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 698 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 698 Bytes

libComputeGPS

Computational library over GPS coordinates

Dependencies

compilation de la bibliothèque

Pas de dépendance. Nécessite make et gcc.

Compilation et exécution des tests

Les tests se base sur la bibliothèque Check disponible pour toutes les plateformes à http://check.sourceforge.net/

Compilation

To compile the project please take a look at the dependencies.

autoreconf --install
./configure
make

This should do the work.

To compile and run the tests suite :

make check

More information

You will find important (and more) informations in the libComputeGPS.md file. Please check it out.