gnustep / libs-xcode

The GNUstep Xcode Library is a library for building xcode projects. It can be used to parse and provide information regarding an xcode project or used to build an xcode project directly.
http://www.gnustep.org/
GNU Lesser General Public License v2.1
35 stars 14 forks source link

Instructions unclear: compile stuck in repo #13

Open sour-dani opened 1 week ago

sour-dani commented 1 week ago

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.

Edit: I think the install step is make install

sour-dani commented 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