Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Unix Gems for Mac OS X
Subject:   installation
Date:   2004-07-08 13:33:13
From:   fred76
Remind loks interesting, but where do you go for installation instructons?
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • installation
    2004-07-09 04:27:36  kom_14 [View]

    Its simple (assumes developer tools, Xcode, is installed).


    • Download the current version (remind-03.00.22.tar.gz)

    • Open a Terminal window, cd the directory where the file is, and type:

      % tar zxfv remind-03.00.22.tar.gz


    • cd to remind-03.00.22 and build

    • % ./configure

      % make

      % sudo make install



    If you do not have root access you can install it locally by copying the remind and rem2ps binary to a local directory, say ~/bin, and adding the directory to your path.