-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe
More file actions
40 lines (27 loc) · 1.15 KB
/
ReadMe
File metadata and controls
40 lines (27 loc) · 1.15 KB
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
Firebird manual module
----------------------
After checking out the manual module and downloading the necessary
tools and libs (see the readmes in manual/lib and manual/tools), and
if your Java environment is set up correctly, open a command window
and go to the directory manual/src/build.
Then give one of these commands:
./build.sh [ Unix ]
build [ Windows ]
to get an overview of compilable targets.
If that worked, try e.g.:
./build.sh html [ Unix ]
build html [ Windows ]
to build the HTML version of the docs.
(Note: the HTML pages will wind up in manual/dist/html)
Warning: if you build the pdf target, you will get lots of error
messages. Don't let that discourage you. Just look at the last
output lines: if it says BUILD SUCCESSFUL there, everything's fine.
If you have any questions, *first* get the Docbuilding Howto at:
http://www.firebirdsql.org/en/reference-manuals/
If your question isn't answered there, post a message to the Firebird
docwriters' list. You can use this page to subscribe:
https://lists.sourceforge.net/lists/listinfo/firebird-docs
-------------
last updated:
28 Apr 2007
paulvink