Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 345 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 345 Bytes

AMAP

Description

amap file load and save library

Prerequisites

  1. cmake >= 3.13
  2. gcc/g++ >=5
  3. Eigen3

Build

git clone https://gitee.com/IntallianceInnovation/amap.git
cd amap
mkdir build 
cd build
cmake ..
make -j4

usage

  1. used in your project just include the header files

todo

  1. clean code