mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +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:
committed by
Ben Pfaff
parent
a3358085b8
commit
a5d3041c22
1
AUTHORS
1
AUTHORS
@@ -218,6 +218,7 @@ John Hurley john.hurley@netronome.com
|
|||||||
Kevin Mancuso kevin.mancuso@rackspace.com
|
Kevin Mancuso kevin.mancuso@rackspace.com
|
||||||
Kiran Shanbhog kiran@vmware.com
|
Kiran Shanbhog kiran@vmware.com
|
||||||
Kirill Kabardin
|
Kirill Kabardin
|
||||||
|
Kirkland Spector kspector@salesforce.com
|
||||||
Koichi Yagishita yagishita.koichi@jrc.co.jp
|
Koichi Yagishita yagishita.koichi@jrc.co.jp
|
||||||
Konstantin Khorenko khorenko@openvz.org
|
Konstantin Khorenko khorenko@openvz.org
|
||||||
Kris zhang zhang.kris@gmail.com
|
Kris zhang zhang.kris@gmail.com
|
||||||
|
@@ -34,20 +34,21 @@ You do not need to be the superuser to build the Debian packages.
|
|||||||
its top level directory.
|
its top level directory.
|
||||||
|
|
||||||
3. Install the build dependencies listed under "Build-Depends:" near
|
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".
|
e.g. with "apt-get install".
|
||||||
|
|
||||||
Check your work by running "dpkg-checkbuilddeps". If you've
|
Check your work by running "dpkg-checkbuilddeps" in the top level of
|
||||||
installed all the dependencies properly, dpkg-checkbuilddeps will
|
your ovs directory. If you've installed all the dependencies
|
||||||
exit without printing anything. If you forgot to install some
|
properly, dpkg-checkbuilddeps will exit without printing anything.
|
||||||
dependencies, it will tell you which ones.
|
If you forgot to install some dependencies, it will tell you which ones.
|
||||||
|
|
||||||
4. Run:
|
4. Run:
|
||||||
|
|
||||||
fakeroot debian/rules binary
|
fakeroot debian/rules binary
|
||||||
|
|
||||||
This will do a serial build that runs the unit tests. If you
|
This will do a serial build that runs the unit tests. This will take
|
||||||
prefer, you can run a faster parallel build, e.g.:
|
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
|
DEB_BUILD_OPTIONS='parallel=8' fakeroot debian/rules binary
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user