OSDN Git Service

VER0.1.4
[lib1stclass/main.git] / README
1 [About this module]\r
2 This library offers the procedure which you want to use in many cases when you are developing, especially when you are developing for web application or backend application for it.\r
3 This library is created by Hajime Kurita.\r
4 The name 1stclass derives from the fact that the code is used for web application of http://www.1stclass.co.jp/\r
5 \r
6 Example:\r
7 Blog search & analysis system: http://minakoe.jp/\r
8 Japanese works database: http://www.accessup.org/anime/\r
9 \r
10 The code is distributed on http://sourceforge.jp/projects/lib1stclass/\r
11 More detailed information is avaiable on blog.\r
12 Japanese: http://www.accessup.org/pj/6_B4C9CDFDBFCDA4B5A4F3/5/list.html\r
13 \r
14 [License]\r
15 You can use this under the license of GPL ver.3.\r
16 \r
17 [Install]\r
18 make clean;\r
19 make;\r
20 make test;\r
21 make install;\r
22 \r
23 [Usage]\r
24 For C,\r
25 lib1stclass.so\r
26 lib1stclass.a\r
27 \r
28 For C++,\r
29 lib1stclass_cxx.so\r
30 lib1stclass_cxx.a\r
31 \r
32 are available.\r
33 \r
34 You can find functions, methods and how to use this library by reading the source code of t/test.cpp.\r