-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Antoine Mercadal
committed
Nov 1, 2010
1 parent
b5d17d7
commit a3f11a3
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,35 @@ | ||
# MessageBoard | ||
|
||
|
||
## What is MessageBoard ? | ||
|
||
MessageBoard is a set of classes uses to easily create a stacked message board | ||
This Library is used by Archipel Project. | ||
This library is released under LGPL license. Feel | ||
free to use it or improve it. | ||
|
||
|
||
## Build | ||
|
||
To build TNKit you can type | ||
|
||
# jake debug ; jake release | ||
|
||
|
||
## Quick Start | ||
|
||
Simply include the MessageBoard framework in your Frameworks directory and include MessageBoard.j | ||
|
||
@import <MessageBoard/MessageBoard.j> | ||
|
||
|
||
## Demo application | ||
|
||
You can see a demo application here: [Demo](http://github.com/primalmotion/MessageBoard-Example/) | ||
|
||
|
||
## Documentation | ||
|
||
To generate the documentation execute the following : | ||
|
||
# doxygen MessageBoard.doxygen |