Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnustep/core
Contains references to core libraries for convenience: libs-gui, libs-base, libs-make, libs-back
https://github.com/gnustep/core
Last synced: 15 days ago
JSON representation
Contains references to core libraries for convenience: libs-gui, libs-base, libs-make, libs-back
- Host: GitHub
- URL: https://github.com/gnustep/core
- Owner: gnustep
- License: gpl-2.0
- Created: 2017-06-17T03:45:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T04:18:46.000Z (over 7 years ago)
- Last Synced: 2024-05-02T00:25:27.324Z (8 months ago)
- Language: Shell
- Size: 32.2 KB
- Stars: 2
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
README
******GNUstep is a free, object-oriented development environment, consisting
of libraries which implement the basic functionality of most common
applications, as well as various tools to support the developement and
execution of applications.The GNUstep core libraries are a set of general-purpose Objective-C
libraries based on the OpenStep standard developed by NeXT (now Apple)
Inc. The libraries consist of everything from foundation classes, such
as dictionaries and arrays, to GUI interface classes such as windows,
sliders, buttons, etc.GNUstep follows the enhancements made to the frameworks by Apple as
part of Cocoa.Here is some introductory info to get you started:
Initial reading
===============The file `INSTALL' gives instructions for installing the package.
The `GNUstep-HOWTO' in the make directory gives a more thourough
treatment of GNUstep installation, and is probably the prefered document
to read, particularly for first-time users.Read the `GNUstep-HOWTO' for how GNUstep works on specific machines.
The GNUstep web site at also contains good
documentation.For documentation on individual libraries, look in the documentation
section/directory for that library.The GNUstep libraries are covered under the GNU Lesser Public
License. This means you can use these libraries in any program (even
non-free programs). If you distribute the libraries along with your
program, you must make the improvements you have made to the libraries
freely available. You should read the COPYING.LIB file for more
information.GNUstep tools, test programs, and other files are covered under the
GNU Public License. This means if you make changes to these programs,
you cannot charge a fee, other than distribution fees, for others to
use the program. You should read the COPYING file for more information.How can you help?
=================* Check the task list at the GNUstep web site, or subscribe to the
GNUstep newslists for information. If you can volunteer for any
of the projects, or if you have any useful comments send email!
* Give us feedback! Tell us what you like; tell us what you think
could be better. Send bug reports to .GNUstep maintainers