Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
416
Issues
416
List
Boards
Labels
Service Desk
Milestones
Merge Requests
67
Merge Requests
67
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
1557004e
Commit
1557004e
authored
Jun 13, 2018
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5409] Changes after review:
- premium script mentioned - sudo added to make install
parent
2e083902
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
INSTALL
INSTALL
+7
-5
No files found.
INSTALL
View file @
1557004e
INSTALLATION INSTRUCTIONS
1. Generate the configure script. If you downloaded the source from
git you will need to run run autoreconf to generate the configure script
as shown below. If you are building from a tarball you may skip this step.
1. Generate the configure script. If you downloaded the source from git or
compiling with premium hook package, you will need to run autoreconf to
generate the configure script as shown below. If you are building from a
tarball you may skip this step.
$ autoreconf --install
...
...
@@ -24,9 +25,10 @@ parallel execution to speed things along:
$ make
4. Install it by running:
4. Install it. Depending on your target directory, this step will likely require
a root privileges. You can install the software by running:
$ make install
$
sudo
make install
Kea depends on C++ compiler, make, libtool, boost (at least includes, but many
OSes require boost-system library), log4cplus and one crypto library (either
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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