Jump to content

Recommended Posts

Posted

yes.

For Mac OS X users:

===================

To install:

* Extract the binary kit to a temporary directory.

  This will create a new directory called 'sdcc' in the temporary directory.

    cd ~

    mkdir tmp

    cd tmp

    tar xzf path/to/binary/kit/sdcc-2.8.0-universal-apple-macosx.tar.gz

* Change to the sdcc directory and copy all files to /Developer/sdcc

    cp -r sdcc /Developer/sdcc

This will install sdcc binaries into: /Developer/sdcc/bin/

header files into:                    /Developer/sdcc/share/sdcc/include/

library files into:                   /Developer/sdcc/share/sdcc/lib/

and documentation into:               /Developer/sdcc/share/sdcc/doc/

You can test the install by entering:

    /Developer/sdcc/bin/sdcc -v

This should return sdcc's version number.

Even if the default search paths look into /usr/local' date=' sdcc is fully

relocatable. Try `sdcc --print-search-dirs` if you have problems with header

or library files. See sdccman.[txt|pdf|html'] for more detailed information.

regards,

Michael

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...