-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
35 lines (31 loc) · 1.09 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
Install and usage instructions in ./INSTALL
examples in ./examples/
PATCHING
The deb package contains a patched version of avahi for i386 and for amd64.
It has been created with checkinstall. See the INSTALL for a complete
description how to patch and build avahi.
NOTE
This directory structure follows some simple rules, to allow for generic build
processes and simplify reuse of this project.
For build automation the project structure should be parsed and validated
STRUCTURE
-- src/
Contains all header (*.h/*.hpp) and source files
-- build/
The target directory for the build process, temporary content
-- resources/
General resources such as images that are needed by the program
-- etc/
Configuration files for running the program
-- external/
When including software that needs a non standard installation process, or one that can be
easily embedded include the external software directly here
|-- include
header files
|-- libs
precompiled libraries
-- doc/
should contain the existing doxygen file: doxygen.conf
|-- manual/
Should contain manual.tex
Manual for the software