Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
5949d705
Commit
5949d705
authored
Dec 05, 2016
by
Stephen Morris
Browse files
[master] Merge branch 'trac5069'
parents
16be7fe3
14a78caa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/hooks/hooks_user.dox
View file @
5949d705
...
...
@@ -754,17 +754,18 @@ command line needed to create the library using the Gnu C++ compiler on a
Linux system is:
@code
g++ -I
/usr
/include/kea -L
/usr/lib/kea
/lib -fpic -shared -o example.so \
g++ -I
<install-dir>
/include/kea -L
<install-dir>
/lib -fpic -shared -o example.so \
load_unload.cc pkt4_receive.cc pkt4_send.cc version.cc \
-lkea-dhcpsrv -lkea-dhcp++ -lkea-hooks -lkea-log -lkea-util -lkea-exceptions
@endcode
Notes:
- Replace "<install-dir>" with the location in which you installed Kea. Unless
you specified the "--prefix" switch on the "configure" command line when
building Kea, it will be installed in the default location, usually /usr/local.
- The compilation command and switches required may vary depending on
your operating system and compiler - consult the relevant documentation
for details.
- The values for the "-I" and "-L" switches depend on where you have
installed Kea.
- The list of libraries that need to be included in the command line
depends on the functionality used by the hook code and the module to
which they are attached. Depending on operating system, you may also need
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment