https://github.com/gnustep/libs-gscoredata
GNUstep's implementation of Core Data
https://github.com/gnustep/libs-gscoredata
Last synced: over 1 year ago
JSON representation
GNUstep's implementation of Core Data
- Host: GitHub
- URL: https://github.com/gnustep/libs-gscoredata
- Owner: gnustep
- License: lgpl-2.1
- Created: 2017-06-12T21:53:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T21:53:16.000Z (about 9 years ago)
- Last Synced: 2025-03-25T13:51:08.952Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://www.gnustep.org
- Size: 568 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
README
******
This is the source distribution of the GNUstep Core Data framework, a
free implementation of the Apple Core Data framework as available in
the Mac OS X, release 10.4 (Tiger) operating system.
INSTALLATION
------------
You must install the GNUstep make and base packages
(http://www.gnustep.org) first in order to compile and use the GNUstep
Core Data framework. After that it should be as simple as:
$ make
$ make install <- may require superuser priviledges
AUTHORS
-------
Sašo Kiselkov
LICENSE
-------
This framework is released under the terms of the GNU Lesser General
Public License (LGPL) v2.1 or any later. For the text of the license,
see the file COPYING included in this distribution package.
The accompanying documentation is licensed under the GNU Free
Documentation License (FDL) v1.2 or any later. For the text of the
license, see the file COPYING.fdl in the Documentation subdirectory of
this distribution package.