home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff314.lha
/
zc
/
zc.lzh
/
Getting_Started
next >
Wrap
Text File
|
1990-01-20
|
1KB
|
48 lines
Getting Started:
===============
The Sozobon compiler system depends on several environment variables
and the directory structure being set up correctly:-
If you are working from floppy disks:
-------------------------------------
Make sure your disk is labeled "ZC", (without the quotation marks of
course) and has the following directory structure...
33m c ----rwed <Dir>
0m33m include ----rwed <Dir>
0m33m lib ----rwed <Dir>
0m Readme.1st ----rwed 4907 11
If you are working from a hard drive:
-------------------------------------
Let's say you have a directory called ZC on dh0:. The directory should
have the following structure...
33m dh0:ZC/c ----rwed <Dir>
0m33m dh0:ZC/Docs ----rwed <Dir>
0m33m dh0:ZC/Examples ----rwed <Dir>
0m33m dh0:ZC/include ----rwed <Dir>
0m33m dh0:ZC/lib ----rwed <Dir>
0m dh0:ZC/Readme.1st ----rwed 4907 11
Make the following assignment - perhaps in a script file:
Assign ZC: "DH0:zc"
In either case, add these commands to your startup sequence:
============================================================
Stack 20000
Path Reset
Path Add ZC:c
Set INCLUDE=ZC:include
Set CCLIB=ZC:lib/
Set CCEXEC=ZC:c/
Set CCTEMP=ram:
assign zl: dh0:zc/lib