]> git.sur5r.net Git - cc65/blob - doc/readme.1st
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / doc / readme.1st
1
2 If you have got the source package, see
3
4         doc/compile.txt
5
6 for instructions how to compile the stuff for the different systems.
7
8
9 If you have a binary package: Have a look in the doc directory for
10 information on how to use the tools. If you are new to cc65, the file
11 intro.txt may be of interest to you.
12
13 To avoid having to mess with paths, you may want to set the environment
14 variables
15
16                 CC65_LIB
17         and     CC65_INC
18
19 to the directory containing the libraries and the system include files
20 respectively. If you have installed cc65 in C:\cc65 (assuming a DOS or
21 Windows system), you should use
22
23                 set CC65_LIB=c:\cc65\lib
24         and     set CC65_INC=c:\cc65\include
25
26 Unix people probably know, how to translate these lines into the
27 appropriate Unix commands:-)
28
29 Have fun!
30
31
32         Uz
33
34