Hi there. I am assuming you are reading this file out of pure boredom, curiosity or if you recieved an error regarding assimp. Well, most likely you are running on an ARM64 chip and the release did not include a dynamic library. Due to it not existing, you are consulting this readme to find a solution.
Your best solution is to download the assimp library from the package manager of your choice.
For Linux, that would be apt-get (Ubuntu), dnf (Red Hat Linux/Fedora) or aur (Arch Linux -> nerd). Specific linux packages:
- Ubuntu: assimp-utils
- Fedora: assimp
- Arch: assimp
For Windows, that would be using msys2/mingw64 or from the official assimp itch.io website, where they provide you with a setup.
For macOS, use homebrew to install assimp, specifically brew install assimp.
After, try running eucalyptus again and see if it helps.