diff mbox

[ovs-dev] Update netbsd install doc

Message ID 1482258307-21310-1-git-send-email-hkang.sunysb@gmail.com
State Accepted
Headers show

Commit Message

Hui Kang Dec. 20, 2016, 6:25 p.m. UTC
- test ovs on netbsd 7.0.2
- use gmake to compile and install

Signed-off-by: Hui Kang <hkang.sunysb@gmail.com>
---
 Documentation/intro/install/netbsd.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Ben Pfaff Dec. 21, 2016, 11:27 p.m. UTC | #1
On Tue, Dec 20, 2016 at 01:25:07PM -0500, Hui Kang wrote:
> - test ovs on netbsd 7.0.2
> - use gmake to compile and install
> 
> Signed-off-by: Hui Kang <hkang.sunysb@gmail.com>

Thanks, applied to master.
Takashi YAMAMOTO Dec. 22, 2016, 7:13 a.m. UTC | #2
On Wed, Dec 21, 2016 at 3:25 AM, Hui Kang <hkang.sunysb@gmail.com> wrote:

> - test ovs on netbsd 7.0.2
> - use gmake to compile and install
>
> Signed-off-by: Hui Kang <hkang.sunysb@gmail.com>
> ---
>  Documentation/intro/install/netbsd.rst | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/intro/install/netbsd.rst
> b/Documentation/intro/install/netbsd.rst
> index b32da20..c2c23e5 100644
> --- a/Documentation/intro/install/netbsd.rst
> +++ b/Documentation/intro/install/netbsd.rst
> @@ -42,7 +42,7 @@ information.
>  Assuming you are running NetBSD/amd64 6.1.2, you can download and install
>  pre-built binary packages as the following::
>
> -    $ PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/
> NetBSD/amd64/6.1.2/All/
> +    $ PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/
> NetBSD/amd64/7.0.2/All/
>      $ export PKG_PATH
>      $ pkg_add automake libtool-base gmake python27 py27-six py27-xml \
>          pkg_alternatives
> @@ -55,7 +55,8 @@ NetBSD's ``/usr/bin/make`` is not GNU make.  GNU make is
> installed as
>  ``/usr/pkg/bin/gmake`` by the above mentioned ``gmake`` package.
>
>  As all executables installed with pkgsrc are placed in ``/usr/pkg/bin/``
> -directory, it might be a good idea to add it to your PATH.
> +directory, it might be a good idea to add it to your PATH. Or install ovs
> by
>

you mean And?


> +``gmake`` and ``gmake install``.
>
>  Open vSwitch on NetBSD is currently "userspace switch" implementation in
> the
>  sense described in :doc:`userspace` and :doc:`/topics/porting`.
> --
> 1.9.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox

Patch

diff --git a/Documentation/intro/install/netbsd.rst b/Documentation/intro/install/netbsd.rst
index b32da20..c2c23e5 100644
--- a/Documentation/intro/install/netbsd.rst
+++ b/Documentation/intro/install/netbsd.rst
@@ -42,7 +42,7 @@  information.
 Assuming you are running NetBSD/amd64 6.1.2, you can download and install
 pre-built binary packages as the following::
 
-    $ PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/6.1.2/All/
+    $ PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/7.0.2/All/
     $ export PKG_PATH
     $ pkg_add automake libtool-base gmake python27 py27-six py27-xml \
         pkg_alternatives
@@ -55,7 +55,8 @@  NetBSD's ``/usr/bin/make`` is not GNU make.  GNU make is installed as
 ``/usr/pkg/bin/gmake`` by the above mentioned ``gmake`` package.
 
 As all executables installed with pkgsrc are placed in ``/usr/pkg/bin/``
-directory, it might be a good idea to add it to your PATH.
+directory, it might be a good idea to add it to your PATH. Or install ovs by
+``gmake`` and ``gmake install``.
 
 Open vSwitch on NetBSD is currently "userspace switch" implementation in the
 sense described in :doc:`userspace` and :doc:`/topics/porting`.