-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
54 lines (36 loc) · 1.51 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
51
52
53
54
========================================================================
====== The gPhoto2 Manual ==============================================
========================================================================
Detailed information:
=====================
- this package depends on data from other packages
- this package depends on xmlto
- if we keep ChangeLog as created by cvs2cl we can save us a lot of hassle
- etc. pp.
Short build instructions:
=========================
If you use a git clone, run autogen.sh first.
If you are a developer, add --enable-maintainer-mode to your configure
parameters.
Then configure and build The gPhoto2 Manual:
./configure --with-doc-dir="/path/to/The_gPhoto2_Manual"
make install
After that, you should have the manual in all built formats in
/path/to/The_gPhoto2_Manual
E.g., you may use something like
./autogen.sh
./configure --prefix=$PWD/tmp \
--with-doc-dir=$HOME/web/gphoto2-manual \
--enable-maintainer-mode \
--with-doc-formats=man,html,txt
make install
And BTW, you can build in a different directory if you wish.
Web site build instruction:
===========================
If your local copy of the gphoto website git repo is in the directory
"$PWD/../gphoto.github.io", then just run
./configure --with-html-dir=$PWD/../gphoto.github.io/doc/manual \
--with-figure-dir=$PWD/../gphoto.github.io/doc/manual/figures \
--with-screenshots-dir=$PWD/../gphoto.github.io/doc/manual/screenshots
make clean all install
to (re)build the manual for the website.