Re: [cc65] brief installation help

From: MagerValp <MagerValp1cling.gu.se>
Date: 2005-11-22 17:22:58
>>>>> "ZT" == Zen Tom <zentom@gmail.com> writes:

ZT> Is there an install guide for cc65?

ZT> I want to install from source onto a Mac OSX, and compile for a
ZT> C64 target.

This should do the trick:

  tar jxvf cc65-sources-2.11.0.tar.bz2
  cd cc65-2.11.0
  edit make/gcc.mak, set prefix to /usr/local (or wherever you want cc65)
  make -f make/gcc.mak -j 2
  sudo make -f make/gcc.mak install

After installing, set CC65_INC to /usr/local/lib/cc65/include and
CC65_LIB to /usr/local/lib/cc65/lib. You probably want to add that to
your ~/.login or ~/.bash_profile.

HTH,

-- 
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .  Per Olofsson, arkadspelare
    o-o    .      .     .   o         +          MagerValp@cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Nov 22 17:23:07 2005

This archive was generated by hypermail 2.1.8 : 2005-11-22 17:23:10 CET