Difference between revisions of "DrRacket installation from source"
From Notes_Wiki
| m | m | ||
| Line 1: | Line 1: | ||
| [[Main_Page|Home]] > [[Scheme]] > [[DrRacket]] > [[DrRacket  | [[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 11: | Line 11: | ||
| [[Main_Page|Home]] > [[Scheme]] > [[DrRacket]] > [[DrRacket  | [[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:
- Download and extract drracket source code
- Go to ./src
- ./configure --prefix=/usr/local
- make
- sudo make install
Home > Scheme > DrRacket > DrRacket installation from source

