[doc] INSTALL.md: Update links for assimpsceneimport libraries

This commit is contained in:
Candice Bentéjac 2024-02-01 17:17:00 +01:00
parent 0e00dd49dc
commit a18e6abb37

View file

@ -41,8 +41,8 @@ pip install -r requirements.txt -r dev_requirements.txt
* PySide >= 5.15.2.1
Warning: The plugin AssimpSceneParser is missing from pre-built binaries, so it needs to be added manually (see https://bugreports.qt.io/browse/QTBUG-88821).
It can either be taken from an older version, or directly downloaded from here:
* Linux: [libassimpsceneimport.so](https://gdirect.cc/d/bBomG&type=1)
* Windows: [assimpsceneimport.dll](https://gdirect.cc/d/JXD82&type=1)
* Linux: [libassimpsceneimport.so](https://drive.google.com/uc?export=download&id=1cTU7xrOsLI6ICgRSYz_t9E1lsrNF1kBB))
* Windows: [assimpsceneimport.dll](https://drive.google.com/uc?export=download&id=1X9X9d5W_lCwEHWwF748IdnN1YYipAQT_)
and then copied into PySide's installation folder, in `plugins/sceneparsers`.