CesiumGS / cesium-omniverse

Bringing the 3D geospatial ecosystem to Omniverse
https://cesium.com/platform/cesium-for-omniverse/
Apache License 2.0
55 stars 7 forks source link

Change conan version in developer setup README #624

Closed timoore closed 7 months ago

timoore commented 7 months ago

conan version 1.58 was causing a an error with the libtool recipe, which is being sucked in from some unknown dependency. It's easiest for the moment to move on to 1.60 as required by libtool.

Also, suggest "update-alternatives" as an alternative way to manage clang-15 symlinks.

lilleyse commented 7 months ago

@timoore as a follow up to this could you replace other occurrences of 1.58.0 to 1.60.0 and publish a new docker image?

See https://github.com/CesiumGS/cesium-omniverse/blob/main/docs/release-guide/push-docker-image.md