diff options
| author | Bruce Perens <bruce@perens.com> | 2010-10-25 17:37:58 -0700 |
|---|---|---|
| committer | Perry Hung <iperry@gmail.com> | 2010-10-25 21:19:40 -0400 |
| commit | c30863ca9ab0fdc787e40d9a45fcc6a1c03e5e71 (patch) | |
| tree | fe3540c3f83fcd39c31bf4bef493b8fe1050090d /README | |
| parent | 8658f090c27151d5819bc3123251a078c2ed16d6 (diff) | |
Add library target, to build a .a file for use in complex projects.
Signed-off-by: Perry Hung <iperry@gmail.com>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -70,3 +70,11 @@ maple-library folder (macosx and windows). Write your program using /main.cpp as the entry point. Then just 'make help' and follow the directions! +Instructions to create a library +------------------------------------------------------------------------------ +If you have a complicated project with its own Makefile and multiple .c files, +or you're using an IDE that creates its own Makefile, you'll probably want to +load libmaple from an archive (a build-time library, not a DLL). Use the +"make library" target, and install build/libmaple.a and the appropriate headers +in your project's directory. At a minimum, the header set will include +libmaple.h, util.h, and libmaple_types.h |
