forked from seznam/cppsphinxclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
51 lines (31 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Help on actions:
-------------------
* Compile and install
* Build debian package
* Make documentation
* Add entry to changelog
Compile and install
-------------------
To build libsphinxclient and install it to your system from source
distribution run following commands from the topmost directory
of sphinxclient.
# autoreconf --install
# ./configure
# make clean
# make
# make install
Build debian package
--------------------
In the topmost directory run these comamnds:
# autoreconf --install
# dpkg-buildpackage -rfakeroot
The distribution packages are placed in parent directory (cd ..)
Make documentation
------------------
To make documentation, you must have doxygen installed. Then, you can run
# ./make-documentation.sh
in the topmost directory. The result can be found in ./doc directory.
Add entry to changelog
----------------------
# dch -v <release version>-<revision>
Then edit the entry in changelog.