Open abacon opened 2 years ago
I'm afraid I won't be of any help as I've never used the Docker containers. @welps created those.
You should be able to run the emulator on macOS though : brew install mupdf harfbuzz djvulibre freetype sdl2 && brew pin mupdf && ./run-emulator.sh
.
Hey! Long-time fan. I'm trying to build the dev version for the emulator and am getting hung up on a libcrypt error. Apparently there is a package called
libxcrypt-compat
that provides the missing.so
for other distros, but I can't figure out what to install for debian. Any advice?Steps to repro:
brew install wget curl git pkg-config unzip jq patchelf
docker build . -t plato:dev -f Dockerfile.dev
Expected result:
Actual result:
Host: macOS 11.6.5 (big sur) Docker version 20.10.17 plato v0.9.30 (827f776)