Skip to content

Commit 6ef5f4a

Browse files
committed
Take out GRACE gcc info until fixed.
1 parent 5fd2782 commit 6ef5f4a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

www/software.scrbl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,15 @@ The @tt{-Y} command line option sets up X11 forwarding, which lets you
9393
run GUI applications from GRACE. If you leave this off, programs like
9494
DrRacket will fail to launch when started.
9595

96-
Racket, @tt{nasm}, and @tt{gcc} are already installed, but you will
96+
Racket and @tt{nasm} are already installed, but you will
9797
need to modify your @tt{PATH} environment variable so that you can
9898
execute them from the command-line. You can do this with the
9999
following commands:
100100

101101
@verbatim|{
102102
# CMSC 430 set up
103103
set path = ( /cell_root/software/racket/8.4/sys/bin $path )
104-
set path = ( /cell_root/software/nasm/2.15.05/sys/bin/ $path )
105-
set path = ( /cell_root/software/gcc/9.1.0/sys/bin/ $path )}|
104+
set path = ( /cell_root/software/nasm/2.15.05/sys/bin/ $path )}|
106105

107106
If you add these lines to the @tt{.path} file in your home directory, then you
108107
won't have to run this command manually every time you login; it will happen

0 commit comments

Comments
 (0)