Skip to content

Commit

Permalink
- checkin for build/install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
penduin committed Aug 24, 2012
1 parent 22bf5fc commit 3443a06
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions INSTALL
@@ -0,0 +1,19 @@
Compile and install WJElement:

$ cmake -i #(and answer the prompts)
$ make
# make install


Use it in your program:

#include <wjelement.h>


Link against it in your project:

-lwjelement


By default, WJElement will install to /usr/local. If linking fails to find
WJElement immediately after installation, you may need to run ldconfig.

0 comments on commit 3443a06

Please sign in to comment.