Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
add instructions for compiling jsctypes example on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed May 11, 2011
1 parent 1acd553 commit c3f4830
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/jsctypes/README
Expand Up @@ -4,3 +4,8 @@ to run this test, you need to build the native library it demonstrates accessing
On linux/gcc:
gcc -fPIC -shared -o lib/libmylib.so lib/mylib.c

On OSX:
gcc -m32 -shared -o lib/libmylib.dylib lib/mylib.c

On Win32:
cl // XXX

0 comments on commit c3f4830

Please sign in to comment.