The download link for libpng16, which is used during the installation of Carla 0.9.16, needs to be updated. #9718
Closed
Chinese-Coding
started this conversation in
Show and tell
Replies: 1 comment
-
|
This issue is already resolved in the current ue4-dev branch. You need to pull from the latest changes on it to build the project locally. If this resolves the issue, please feel free to close this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I ran into an issue while installing CARLA 0.9.16.
In the original
Util/BuildTools/Setup.sh, libpng is downloaded using:https://sourceforge.net/projects/libpng/files/libpng16/${LIBPNG_VERSION}/libpng-${LIBPNG_VERSION}.tar.xz
For LIBPNG_VERSION=1.6.37, this now returns 404 Not Found.
It looks like this version was moved under older-releases.
The working URL is:
https://sourceforge.net/projects/libpng/files/libpng16/older-releases/1.6.37/libpng-1.6.37.tar.xz
So if you're installing CARLA 0.9.16 and see a libpng download error, please update the LIBPNG_REPO path in Setup.sh accordingly.
Hope this saves someone some time.
Beta Was this translation helpful? Give feedback.
All reactions