1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 03:30:05 +00:00
uz 9f2d63a3ae Some more work on the sp65 docs.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5617 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-03-15 21:42:21 +00:00
..
2010-11-20 17:11:15 +00:00
2012-02-19 17:49:38 +00:00
2011-02-07 23:05:21 +00:00
2011-12-19 14:49:40 +00:00
2012-01-14 08:22:07 +00:00
2012-01-24 20:43:10 +00:00
2012-01-04 22:45:26 +00:00
2012-01-21 22:07:51 +00:00
2012-01-01 12:14:17 +00:00
2011-07-31 12:27:44 +00:00
2012-02-21 20:05:36 +00:00
2012-03-15 21:42:21 +00:00
2012-02-19 17:49:38 +00:00

If you have got the source package, see

	doc/compile.txt

for instructions how to compile the stuff for the different systems.


If you have a binary package: Have a look in the doc directory for
information on how to use the tools. If the doc dir is mostly empty,
you will have to install the (separate) documentation package. If you
are new to cc65, the file intro.txt may be of interest to you.

To avoid having to mess with paths, you may want to set the environment
variables

	       	CC65_LIB
	and    	CC65_INC

to the directory containing the libraries and the system include files
respectively. If you have installed cc65 in C:\cc65 (assuming a DOS or
Windows system), you should use

	       	set CC65_LIB=c:\cc65\lib
	and    	set CC65_INC=c:\cc65\include

Unix people probably know, how to translate these lines into the
appropriate Unix commands:-)

Have fun!


	Uz