Skip to content

Commit cc834cf

Browse files
committed
add readme
Signed-off-by: xiehuc <[email protected]>
1 parent 6bcd55f commit cc834cf

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

AUTHOR

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
AUTHOR
2+
========
3+
4+
mathslinux <[email protected]>
5+

README.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
======
2+
lwqq
3+
======
4+
5+
Introduction
6+
==============
7+
8+
lwqq means light weight qq (also linux webqq). it provide a library for webqq
9+
protocol.
10+
11+
lwqq designs as cross platform, and also provide a python api, to support quick
12+
development.
13+
14+
lwqq used in many open source projects. the most well known is `pidgin-lwqq`__
15+
16+
__ https://github.com/xiehuc/pidgin-lwqq
17+
18+
lwqq use **GPLv3** Lisence.
19+
20+
21+
Quick Build
22+
=============
23+
24+
most of lwqq's dependends are optional. means you can write some own implement
25+
and embed it into a small system.
26+
27+
the brief install guide::
28+
29+
mkdir build;cd build
30+
cmake ..
31+
make
32+
sudo make install
33+
34+
the detail build guide in wiki__
35+
36+
__ https://github.com/xiehuc/lwqq/wiki/Build-From-Source
37+

0 commit comments

Comments
 (0)