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 | ||
| Line 1: | Line 1: | ||
| <yambe:breadcrumb self="DrRacket installation from source">DrRacket|DrRacket</yambe:breadcrumb> | |||
| =DrRacket Installation from source= | =DrRacket Installation from source= | ||
| Line 7: | Line 8: | ||
| # <tt>make</tt> | # <tt>make</tt> | ||
| # <tt>sudo make install</tt> | # <tt>sudo make install</tt> | ||
| <yambe:breadcrumb self="DrRacket installation from source">DrRacket|DrRacket</yambe:breadcrumb> | |||
Revision as of 05:45, 18 September 2018
<yambe:breadcrumb self="DrRacket installation from source">DrRacket|DrRacket</yambe:breadcrumb>
DrRacket Installation from source
To install DrRacket on CentOS 5.6 use:
- Download and extract drracket source code
- Go to ./src
- ./configure --prefix=/usr/local
- make
- sudo make install
<yambe:breadcrumb self="DrRacket installation from source">DrRacket|DrRacket</yambe:breadcrumb>

