Skip to content

camsense/MproTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial:
1. Compile command (Need compiler which supports C++11)
    1) Windows
    mkdir build
    cd build
    cmake -G "Visual Studio 16 2019" ..
    (Notice: please change the cmake command if you use other compiler)
    
    2) Linux 
    mkdir build
    cd build
    cmake ..
    make
    

About

Mpro SDK Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published