Difference between revisions of "DrRacket installation from source"

From Notes_Wiki
(Created page with "=DrRacket Installation from source= To install DrRacket on CentOS 5.6 use: # Download and extract drracket source code # Go to <tt>./src</tt> # <tt>./configure --prefix=/usr/...")
(No difference)

Revision as of 06:03, 10 November 2012

DrRacket Installation from source

To install DrRacket on CentOS 5.6 use:

  1. Download and extract drracket source code
  2. Go to ./src
  3. ./configure --prefix=/usr/local
  4. make
  5. sudo make install