XiWJ / example-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn libIgl

build igl environment on win10

  • git clone libigl, put it at ~/work_path/libigl

    git clone https://github.com/libigl/libigl.git
  • set this repo path to ~/work_path/example-project

  • build

    mkdir build
    cd build
    cmake "Visual Studio 15 2017" -A x64 ..
    cmake --build . --config Release -- /maxcpucount:8

About


Languages

Language:C++ 87.2%Language:CMake 12.6%Language:C 0.3%