davi-v

Results 2 comments of davi-v

I had the same problem. Here are the steps I took that worked: I used CMake 3.22.2 and Visual Studio 2022. Then I used CMake-GUI to configure the input folder...

@aegiraldob Ok. So here's a more detailed step by step: 1) Download CMake `https://github.com/Kitware/CMake/releases/download/v3.25.0-rc2/cmake-3.25.0-rc2-windows-x86_64.zip`, unpack it, you know the drill. 2) Download src `https://github.com/sybrenstuvel/Python-RVO2/archive/refs/heads/main.zip` 3) Unpack that zip. You should...