Download and Install csound version 4.23f13gbs.0 on Mac OS X
Saturday the 6th of September, 2008

    csound  most recent diff


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



      # $Id: Portfile 30219 2007-10-22 22:40:35Z jmpp macports.org $

      PortSystem 1.0
      Name: csound
      Version: 4.23f13gbs.0
      Category: audio
      Maintainers: nomaintainer
      Description: A language that is used to describe sound synthesizers.
      Long Description: Csound is a computer programming language for dealing with sound. It is called Csound because it is written in the C programming language, as opposed to some of its predecessors. Csound was written at MIT by Barry Vercoe, based on an earlier language called Music360. It is free software, available under the LGPL.

      Homepage: http://www.csounds.com
      Platform: darwin
      master_sites sourceforge
      checksums md5 2fd893dfa0256f64fb20dc8772f0c051
      depends_lib port:fltk

      configure.args --infodir=${prefix}/share/info

      post-build {
      system "cd ${worksrcpath}/flcsound/dmg && make"
      }
      post-destroot {
      xinstall -d ${destroot}/Applications/MacPorts/${name}
      file copy ${worksrcpath}/flcsound/dmg/flCsound.app ${destroot}/Applications/MacPorts/${name}
      file delete -force ${destroot}${prefix}/bin/flcsound ${destroot}${prefix}/share/info/dir
      }

    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/csound
      % sudo port install csound
      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 csound
      ---> Verifying checksum for csound
      ---> Extracting csound
      ---> Configuring csound
      ---> Building csound with target all
      ---> Staging csound into destroot
      ---> Installing csound
    - 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 csound with these commands:
      %  man csound
      % apropos csound
      % which csound
      % locate csound

     Where to find more information:

    Darwin Ports



    image test