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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...