This commit is contained in:
George Weigt 2004-06-29 17:31:17 -07:00
parent 241c7cea8c
commit e94704a2fe
2 changed files with 5 additions and 4 deletions

View file

@ -2,12 +2,12 @@
#
# 1. Unpack the tarball.
#
# $ tar zxf math.tar.gz
# $ tar zxf math102.tar.gz
#
# 2. Compile it. (For Power PC and other big endian machines, first add -DMAC
# to CFLAGS below.)
#
# $ cd math
# $ cd math102
# $ make
#
# 3. Test it.