-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme installation steps are incorrect for Linux #2175
Comments
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 your platform, we'll investigate and resolve it if possible. The build process description in both Readme files will be updated later. |
I use Pop OS 22.04 which is based on Ubuntu. The issue is that the readme itself is out of date. For instance, it doesn't state to update the submodules recursively. I've also tried building both Ubuntu and the Fedora 39 docker images without success. Have you been able to follow the steps to follow the docker images for them to build successfully locally? |
The fixes for the building process on Pop OS (and other Ubuntu-based distributions) are available in the feature/ubuntu_build branch and will be merged soon. You can try them out. I was able to build the Docker images for both Ubuntu 22.04 and Fedora 39. What kind of error do you get? |
Following the feature/ubuntu_build I still cannot install MeshLib. Despite having ZLIB installed on my machine. When running ./scripts/build_thirdparty.sh I get the error: |
Steps:
./scripts/build_source.sh
fails due to various packages not being found as well. This readme can be updated from the docker file.Ubuntu docker images also do not build when following the steps in
docker/readme.md
The text was updated successfully, but these errors were encountered: