DrRacket installation from source

From Notes_Wiki
Revision as of 05:45, 18 September 2018 by Saurabh (talk | contribs)

<yambe:breadcrumb self="DrRacket installation from source">DrRacket|DrRacket</yambe:breadcrumb>

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


<yambe:breadcrumb self="DrRacket installation from source">DrRacket|DrRacket</yambe:breadcrumb>