The SKYRiX Core libraries (skyrix-core) contain:

  • various Foundation extensions
  • a java.io like stream and socket library
  • classes for processing MIME entities
  • a full IMAP4 implementation
  • prototypical POP3 and SMTP processors
  • an Objective-C wrapper for LDAP directory services
  • classes for iCalendar/vCard objects
  • The libraries are released under the Lesser General Public License.

    Download Sources

  • opengroupware.org-core-latest.tar.gz
  • via FTP (GNUstep): skyrix-core-200304020816.tgz

  • Graffle Overviews

    to be done ...

    Tutorials / Examples

    to be done ...

    There are about 20 example and testing tools in the samples folder in the source package. We are going to pick some good examples for this site ...

    Requirements

    The skyrix-core depends on (and extends) skyrix-xml, so you need:

  • a Foundation library (MacOSX, libFoundation or gstep-base)
  • the Foundation Extensions library if you are not using libFoundation
  • skyrix-xml

  • Building with gstep-make

    # tar zxf opengroupware.org-core-xxx.tar.gz
    # cd opengroupware.org-core
    # make -s debug=yes install

    Building on MacOSX

    On MacOSX just open the SxCore.xcode and build the "all" target. For more information please check out the MacOSX Porting Project.