Skip to content

flames85/g2o

 
 

Repository files navigation

fork from https://github.com/RainerKuemmerle/g2o

for ios build

my command list

  1. vim CMakeLists.txt

modify from

OPTION (BUILD_SHARED_LIBS "Build Shared Libraries (preferred and required for the g2o plugin system)" ON)

to

OPTION (BUILD_SHARED_LIBS "Build Shared Libraries (preferred and required for the g2o plugin system)" OFF)

  1. mkdir build-static
  2. cd build-static
  3. cmake -GXcode ..
  4. open with xcode
  5. some xcode modify config(IOS8.4, arm64/armv7/armv7s, and so on)

So, plesae use build-static dir.

About

g2o: A General Framework for Graph Optimization

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.1%
  • CMake 6.3%
  • C 5.3%
  • Yacc 0.2%
  • Lex 0.1%
  • Shell 0.0%