Skip to content

Commit

Permalink
Fix documentation error that led user to wrong file to install depend…
Browse files Browse the repository at this point in the history
…ency packages.

Signed-off-by: Kirkland Spector <[email protected]>
Acked-by: Andrey Falko <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Kirkland Spector authored and blp committed Jul 15, 2014
1 parent a335808 commit a5d3041
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ John Hurley [email protected]
Kevin Mancuso [email protected]
Kiran Shanbhog [email protected]
Kirill Kabardin
Kirkland Spector [email protected]
Koichi Yagishita [email protected]
Konstantin Khorenko [email protected]
Kris zhang [email protected]
Expand Down
15 changes: 8 additions & 7 deletions INSTALL.Debian
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,21 @@ You do not need to be the superuser to build the Debian packages.
its top level directory.

3. Install the build dependencies listed under "Build-Depends:" near
the top of debian/rules. You can install these any way you like,
the top of debian/control. You can install these any way you like,
e.g. with "apt-get install".

Check your work by running "dpkg-checkbuilddeps". If you've
installed all the dependencies properly, dpkg-checkbuilddeps will
exit without printing anything. If you forgot to install some
dependencies, it will tell you which ones.
Check your work by running "dpkg-checkbuilddeps" in the top level of
your ovs directory. If you've installed all the dependencies
properly, dpkg-checkbuilddeps will exit without printing anything.
If you forgot to install some dependencies, it will tell you which ones.

4. Run:

fakeroot debian/rules binary

This will do a serial build that runs the unit tests. If you
prefer, you can run a faster parallel build, e.g.:
This will do a serial build that runs the unit tests. This will take
approximately 8 to 10 minutes. If you prefer, you can run a faster
parallel build, e.g.:

DEB_BUILD_OPTIONS='parallel=8' fakeroot debian/rules binary

Expand Down

0 comments on commit a5d3041

Please sign in to comment.