Skip to content

afrog33k/mobjc

Repository files navigation

BUILDING

Navigate to the mobjc directory with a terminal and type
`make` to make the libraries and the application. Type `make check`
to run the unit tests and `make run-app` to run the sample Cocoa app.

INSTALLING

To install type `sudo make install`, to uninstall type `sudo make uninstall`.

By default the libraries are installed into /usr/local/lib and
the cocoa-pack script is installed into /usr/local/bin. You can 
change this with a command like this: `make INSTALL_DIR=/tmp install`.

USING

<http://code.google.com/p/mobjc/w/list> has a user guide and a link to
an API Reference. Also look at the sample app (but note that this is not
how applications should typically be written, see mcocoa's examples for that).

jesse9jones@gmail.com

About

Automatically exported from code.google.com/p/mobjc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published