You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2023. It is now read-only.
you write Requires 32 bit dev libs. When I try to run the apt-get, for example apt install linux-libc-dev:i386 It tells me it doesn't exist, I can install it without the :i386 in the name, assuming that this is the 64-bit version.
Question:
Can I get the :i386 version somehow installed?
Question
Can I somehow get along with the 64 bit version?
I tried to get along with the 64-bit version hoping that the 32-bit requirement is outdated. When running the install.bat, this part ../../bin/bmk makemods -a tells me that ft2build.h is missing. apt-file search ft2build.h shows me that it is in /usr/include/freetype2/ft2build.h so I guess the bmk command needs to be told to include that path for the includes.
Question
Can that bmk tool somehow being told to include other paths for header files?