DrRacket installation from source
From Notes_Wiki
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
To install DrRacket on CentOS 5.6 use: