fix csl -> ocaml

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1715 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 1997-10-14 13:16:44 +00:00
parent 14a65ca163
commit cbb5232b7b
1 changed files with 3 additions and 3 deletions

View File

@ -18,14 +18,14 @@ USAGE:
To use the bignum library from your programs, just do
cslc -custom <other options> nums.cma <other .cmo and .ml files> -lnums
ocamlc -custom <other options> nums.cma <other .cmo and .ml files> -lnums
for the linking phase.
If you'd like to have the bignum functions available at toplevel, do
cslmktop -o csltopnum -custom <other options> nums.cma <other .cmo and .ml files> -lnums
./csltopnum
ocamlmktop -o ocamltopnum -custom <other options> nums.cma <other .cmo and .ml files> -lnums
./ocamltopnum
As an example, try: