2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00

Fix documentation error that led user to wrong file to install dependency packages.

Signed-off-by: Kirkland Spector <kspector@salesforce.com>
Acked-by: Andrey Falko <afalko@salesforce.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Kirkland Spector
2014-07-15 09:48:20 -07:00
committed by Ben Pfaff
parent a3358085b8
commit a5d3041c22
2 changed files with 9 additions and 7 deletions

View File

@@ -218,6 +218,7 @@ John Hurley john.hurley@netronome.com
Kevin Mancuso kevin.mancuso@rackspace.com
Kiran Shanbhog kiran@vmware.com
Kirill Kabardin
Kirkland Spector kspector@salesforce.com
Koichi Yagishita yagishita.koichi@jrc.co.jp
Konstantin Khorenko khorenko@openvz.org
Kris zhang zhang.kris@gmail.com

View File

@@ -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