소스 검색

Added README.md

Luiz 11 년 전
부모
커밋
a39a5ef9d6
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -0,0 +1,16 @@
+# _libqwclient_
+## Compiling
+> $ qmake
+> $ make
+
+## Installing
+> \# make install
+
+## Usage
+1. Link libqwclient.so to your project;
+2. `#include <qwclient.h>`;
+3. Read tru the QWClient class to see what virtual methods can be redefined to create your own bot;
+4. Don't forget to call the run() method of QWClient in order to keep the client running.
+
+## Example
+For a live sample check out the QuakeWorld Bot project at https://gitlab.netdome.biz/community-messaging-project/qwbot.