cc65 for debian v2.11.0

Started by zap, April 14, 2007, 07:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zap

Anybody got cc65 v2.11.0 in a Debian package.

Have Fun  zap     www.c64web.com  :)
c64web.com runs from a unmodified commodore 64

Guest

I use Alien to install the RPMs on my Ubuntu box (Debian based).

zap

there are certain enviroment variables needed could someone help me with whats needed to be added to my users bash profile for cc64 to work.
c64web.com runs from a unmodified commodore 64

zap

The shell doesn't have the necessary cc65 environment
variables defined:

CC65_INC=/usr/bin/cc65/include
LD65_OBJ=/usr/lib/cc65/lib
LD65_LIB=/usr/lib/cc65/lib

how can i add these and where do they go   i run debian...

have fun  shane  www.c64web.com
c64web.com runs from a unmodified commodore 64

hannenz

...just type it in...

CC65_INC=/usr/include/cc65/include
etc.

or add to your ~/.bashrc

stevevb

You also might want to consider putting them in /etc/profile so all users ( bourne ) have the variables