23 Jan
2024
23 Jan
'24
6:41 a.m.
Am 23.01.24 um 00:34 schrieb Damien Thiriet via ntg-context:
Hello,
I tried to install OpenBSD 7.4 binaries but failed. What I did: download the zip from pragma unpack it in /usr/local/context chmod 744 install.sh ./install.sh
After running it, there is no file in
/usr/local/context/tex/texmf-openbsd7.4-amd64/
Did you try to compile your own binaries? You need CMake and a C compiler. PWD = your installation directory PLATFORM = openbsd7.4-amd64 (if that’s still right) cd $PWD/tex/texmf-context/source/luametatex sh build.sh cp build/native/luametatex "$PWD/tex/texmf-$PLATFORM/bin/" Have fun, Hraban