美文网首页
Install g2o on Windows for Visua

Install g2o on Windows for Visua

作者: CharleyChai | 来源:发表于2019-08-02 11:29 被阅读0次

    Install vcpkg Firstly

    using powershell

    git clone https://github.com/Microsoft/vcpkg.git
    cd vcpkg
    .\bootstrap-vcpkg.bat
    .\vcpkg integrate install
    

    Then we use command .\vcpkg install pkg_name to install packages, and use them in Visual Studio directly.

    Install g2o

    we need install g2o:x64-windows, because the dependency package openblas can only be built fro x64 currently(2019-8-2).

    .\vcpkg install g2o:x64-windows
    

    ok!

    相关文章

      网友评论

          本文标题:Install g2o on Windows for Visua

          本文链接:https://www.haomeiwen.com/subject/lankdctx.html