]> git.sur5r.net Git - cc65/blob - doc/readme.1st
Removed the - now unused - empty builtin configuration (was used for the ace
[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 the doc dir is mostly empty,
11 you will have to install the (separate) documentation package. If you
12 are new to cc65, the file intro.txt may be of interest to you.
13
14 To avoid having to mess with paths, you may want to set the environment
15 variables
16
17                 CC65_LIB
18         and     CC65_INC
19
20 to the directory containing the libraries and the system include files
21 respectively. If you have installed cc65 in C:\cc65 (assuming a DOS or
22 Windows system), you should use
23
24                 set CC65_LIB=c:\cc65\lib
25         and     set CC65_INC=c:\cc65\include
26
27 Unix people probably know, how to translate these lines into the
28 appropriate Unix commands:-)
29
30 Have fun!
31
32
33         Uz
34
35