Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 675 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 675 Bytes

libmapvxl

A C library for handling the VXL map format. Used primarily in SpadesX.

Compilation

You must have cmake installed to compile the library using the following steps:

git clone https://github.com/SpadesX/libmapvxl;

cd libmapvxl;

cmake -B build;

cmake --build build;

Contribute

If you would like to contribute bug fixes, improvements, and new features please take a look at our Contributor Guide to see how you can participate in this open source project. You can also contact us via the official Discord server.