【问题标题】:How can I install Libigl lab on Windows Os?如何在 Windows 操作系统上安装 Libigl lab?
【发布时间】:2019-02-15 16:28:10
【问题描述】:

可以举一个例子一步一步地安装这个实验室吗?我正在使用 libigl 网站上的教程,但我真的不明白该怎么做。非常感谢!

【问题讨论】:

  • 欢迎来到 SO。该网站涉及编程问题,不支持安装程序,因此您的问题非常离题。

标签: c++ c 3d libigl


【解决方案1】:

你看到example project page(尤其是GitHub of it)了吗?解释得很好。

# Installing 
git clone https://github.com/libigl/libigl.git
cd libigl/
git submodule update --init --recursive
cd ..

# Downloading example project
git clone https://github.com/libigl/libigl-example-project.git
cd libigl-example-project/

# Building the project
mkdir build
cd build
cmake ..
make

取自示例项目的 GitHub 页面。

如果遇到 CMake 找不到库的问题,我建议将库指向示例项目 CMakeLists(这里是 related StackOverflow post)。

【讨论】:

    猜你喜欢
    • 2013-08-16
    • 2023-04-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-07-02
    • 1970-01-01
    • 1970-01-01
    • 2023-04-08
    相关资源
    最近更新 更多