Artur Sharafutdinov
Artur Sharafutdinov
The MeshLib's Python module is dynamically linked with `libpython`. I ran your commands and have found only the static library (`libpython3.11.a`). You might tune your build configuration to build the...
Could you specify your Linux distro version and attach the log files of the building process? The missing dependencies might indicate that the automatic package installation is not supported on...
The fixes for the building process on Pop OS (and other Ubuntu-based distributions) are available in the [feature/ubuntu_build](https://github.com/MeshInspector/MeshLib/tree/feature/ubuntu_build) branch and will be merged soon. You can try them out. I...
We have plans for extending build and install customization, once the code and scripts will be updated we'll notify you. Right now you might specify a custom installation path using...
Hello, the `ldconfig` warnings are non-critical and don't lead to the package installation error. You might try to install the latest version 2.4.8 from the website: https://meshinspector.com/download/ Note that we...
Hello, unfortunately we don't support CentOS 7 due to outdated system libraries. CentOS 8 support might be added in the nearest future.
Hello, sorry for the delayed response. The issue was fixed in the latest version 3.0.2.
Hello, sorry for the delayed response. The issue was fixed in the latest version 3.0.2; add `MESHLIB_THIRDPARTY_LIB_DIR` path to your link directories.
Hello, there's a bug in the point cloud construction, it will be fixed in the nearest future. Right now you can bypass it by setting the valid points for the...
Hello, right now MeshLib doesn't support including as a subdirectory. You might copy-paste the `CMakeLists.txt` file contents to your config and edit paths to MeshLib directories. We'll create a minimal...