Gnustep-core version 0.18.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    gnustep-core  most recent diff


    version 0.18.1

      View the most recent changes for the gnustep-core port at: gnustep-core.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gnustep-core.
      The raw portfile for gnustep-core 0.18.1 is located here:
      http://gnustep-core.darwinports.com/dports/gnustep/gnustep-core/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gnustep-core


      The gnustep-core Portfile 56320 2009-08-26 05:53:27Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup gnustep 1.0

      Name: gnustep-core
      Version: 0.18.1
      Platform: darwin
      Maintainers: nomaintainer

      Description: GNUstep core / Startup package
      Long Description: Startup is a compilation of the core GNUstep libraries. After installing GNUstep Startup, you will have a complete system for compiling and running GNUstep applications.

      depends_lib port:gnustep-back

      distfiles
      use_configure no
      build { }
      destroot {
      file mkdir ${destroot}${prefix}/GNUstep/system/Library/Documentation
      system "echo ${long_description} > ${destroot}${prefix}/GNUstep/system/Library/Documentation/README.${name}.txt"
      }

      Variant: dev_tools {
      depends_lib-append port:ProjectCenter
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/gnustep-core
      % sudo port install gnustep-core
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching gnustep-core
      ---> Verifying checksum for gnustep-core
      ---> Extracting gnustep-core
      ---> Configuring gnustep-core
      ---> Building gnustep-core with target all
      ---> Staging gnustep-core into destroot
      ---> Installing gnustep-core
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using gnustep-core with these commands:
      %  man gnustep-core
      % apropos gnustep-core
      % which gnustep-core
      % locate gnustep-core

     Where to find more information:

    Darwin Ports



    Lightbox this page.