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
D
dhcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gaoxingwang
dhcp
Commits
4984c44a
Commit
4984c44a
authored
Dec 02, 2019
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#35,!36] Addressed review comments
Minor cleanup/typos in doc/devel/atf.dox
parent
4adcee93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
27 deletions
+25
-27
doc/devel/atf.dox
doc/devel/atf.dox
+25
-27
No files found.
doc/devel/atf.dox
View file @
4984c44a
...
...
@@ -71,7 +71,7 @@ $ cd /opt/atf
$ tar -xvf $HOME/Downloads/atf-0.19.tar.gz
# While the --prefix is optional, you must specify --enable-tools
#as a configure option
#
as a configure option
$ ./configure --prefix=/opt/atf/atf-0.19/local --enable-tools
$ make
...
...
@@ -146,8 +146,8 @@ ISC DHCP with Kyua. Instructions are included for both Ubuntu 18.04 and MacOS.
@subsubsection KyuaLinux Kyua Ubuntu 18.04 Instructions
The following instructions are
for
based on Ubuntu 18.04, but
are typical of a linux installation. It installs all software
The following instructions are based on Ubuntu 18.04, but
are typical of a linux
distribution/
installation. It installs all software
into default locations for simplicity. If you want to use
custom installation paths, you may have to set additional environment
variables, library paths, and the like.
...
...
@@ -163,7 +163,6 @@ $ apt-get install liblua5.1-0-dev
$ apt-get install libsqlite3-dev
# Fetch, build, and install the lastest version of ATF
#
$ git clone https://github.com/jmmv/atf.git
$ cd atf
...
...
@@ -173,13 +172,12 @@ $ make
$ sudo make install
$ cd ..
# Fetch fetch, build, and install the lastest version lutok
#
# Fetch, build, and install the lastest version lutok
$ git clone https://github.com/jmmv/lutok.git
$ cd lutok
# We must use -I argument to tell au
ot
reconf where to find the ATF .m4 files
# We must use -I argument to tell au
to
reconf where to find the ATF .m4 files
$ autoreconf --install -s -I/usr/local/share/aclocal
$ ./configure
...
...
@@ -192,7 +190,7 @@ $ cd ..
$ git clone https://github.com/jmmv/kyua.git
$ cd kyua
# We must use -I argument to tell au
ot
reconf where to find the ATF .m4 files
# We must use -I argument to tell au
to
reconf where to find the ATF .m4 files
$ autoreconf --install -s -I/usr/local/share/aclocal
$ ./configure
...
...
@@ -230,29 +228,29 @@ $ brew install pkgconfig
$ brew install lutok
# install atf so we can build kyua and dhcp with unit tests
git clone https://github.com/jmmv/atf.git
cd atf
autoreconf --install --force
./configure --prefix=/opt/atf
make
sudo make install
cd ..
$
git clone https://github.com/jmmv/atf.git
$
cd atf
$
autoreconf --install --force
$
./configure --prefix=/opt/atf
$
make
$
sudo make install
$
cd ..
# configure kyua with atf
git clone https://github.com/jmmv/kyua.git
cd kyua
autoreconf --install -s -I/opt/atf/share/aclocal
./configure --prefix=/opt/kyua
make
sudo make install
cd ..
$
git clone https://github.com/jmmv/kyua.git
$
cd kyua
$
autoreconf --install -s -I/opt/atf/share/aclocal
$
./configure --prefix=/opt/kyua
$
make
$
sudo make install
$
cd ..
# reconfigure atf with kyua
cd atf
PATH=$PATH:/opt/kyua/bin ./configure --prefix=/opt/atf
make
sudo make install
cd ..
$
cd atf
$
PATH=$PATH:/opt/kyua/bin ./configure --prefix=/opt/atf
$
make
$
sudo make install
$
cd ..
@endverbatim
To build ISC DHCP with Kyua and run all the unit tests is the same:
...
...
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