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.
- Is there a directory I have to move a binary to?
- Is there a simple command I have to run?
- Should buildtool be relocated to the
/usr/bin directory?
Edit:
I think the install step is make install
Could you please add more specific instructions in regards to the installation process?
To use this library you need to build it and install itI understand that I need to run
maketo 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/bindirectory?Edit:
I think the install step is
make install