Open sour-dani opened 1 week ago
When I compile and install with make install
I get the following error
buildtool: error while loading shared libraries: libXCode.so.0: cannot open shared object file: No such file or directory
Edit:
I figured out how to properly set GNUSTEP_MAKEFILES
however the GNUstep.sh
script did nothing so I set it manually.
I feel like this should also be mentioned as a requirement in the setup for this program.
I still get this error even after installing it correctly
Could you please add more specific instructions in regards to the installation process?
To use this library you need to build it and install it
I understand that I need to run
make
to compile the program as I've been reading into GNUStep compilation, but to beginners this might not be obvious.I also have no idea how to "install" it.
/usr/bin
directory?Edit: I think the install step is
make install