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/...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=DrRacket Installation from source=
[[Main_Page|Home]] > [[Scheme]] > [[DrRacket]] > [[DrRacket installation from source]]


To install DrRacket on CentOS 5.6 use:
To install DrRacket on CentOS 5.6 use:
Line 7: Line 7:
# <tt>make</tt>
# <tt>make</tt>
# <tt>sudo make install</tt>
# <tt>sudo make install</tt>
[[Main_Page|Home]] > [[Scheme]] > [[DrRacket]] > [[DrRacket installation from source]]

Latest revision as of 13:31, 7 April 2022

Home > Scheme > DrRacket > 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



Home > Scheme > DrRacket > DrRacket installation from source