Re: [Qemu-devel] [PATCH] Add BSD systems to the download section

2017-09-12 Thread Kamil Rytarowski
ping

On 30.08.2017 18:56, Kamil Rytarowski wrote:
> Add basic notes about FreeBSD, NetBSD and OpenBSD.
> 
> Add BSD link to source code subsection.
> 
> Signed-off-by: Kamil Rytarowski 
> ---
>  _download/bsd.md  | 19 +++
>  _download/source.html |  1 +
>  download.html |  8 
>  3 files changed, 28 insertions(+)
>  create mode 100644 _download/bsd.md
> 
> diff --git a/_download/bsd.md b/_download/bsd.md
> new file mode 100644
> index 000..bbbd8a0
> --- /dev/null
> +++ b/_download/bsd.md
> @@ -0,0 +1,19 @@
> +QEMU is packaged by modern BSD systems.
> +
> +Installation can be performed from prebuilt packages or from package build 
> system (aka ports).
> +
> +Prebuilt binary packages:
> +
> +* FreeBSD `pkg install qemu`
> +
> +* NetBSD `pkgin install qemu`
> +
> +* OpenBSD `pkg_add qemu`
> +
> +Package build system:
> +
> +* FreeBSD `cd /usr/ports/emulators/qemu && make install`
> +
> +* NetBSD `cd /usr/pkgsrc/emulators/qemu && make install`
> +
> +* OpenBSD `cd /usr/ports/emulators/qemu && make install`
> diff --git a/_download/source.html b/_download/source.html
> index d090a5e..6949daa 100644
> --- a/_download/source.html
> +++ b/_download/source.html
> @@ -2,6 +2,7 @@
>   Grab the source code for the latest releases and compile it yourself!
>   Detailed compilation instructions can be found in the wiki for
>   http://wiki.qemu-project.org/Hosts/Linux;>Linux,
> + http://wiki.qemu-project.org/Hosts/BSD;>BSD,
>   http://wiki.qemu-project.org/Hosts/Windows;>Win32 
> and
>   http://wiki.qemu-project.org/Hosts/Mac;>macOS.
>  
> diff --git a/download.html b/download.html
> index 5a1e4ea..2dd0044 100644
> --- a/download.html
> +++ b/download.html
> @@ -6,6 +6,7 @@ permalink: /download/
>  
>  
>  Linux
> +BSD
>  macOS
>  Windows
>  Source code
> @@ -18,6 +19,13 @@ permalink: /download/
>   {% markdown_relative _download/linux.md %}
>  
>  
> +
> + 
> + BSD
> + 
> + {% markdown_relative _download/bsd.md %}
> +
> +
>  
>   
>   macOS
> 




signature.asc
Description: OpenPGP digital signature


[Qemu-devel] [PATCH] Add BSD systems to the download section

2017-08-30 Thread Kamil Rytarowski
Add basic notes about FreeBSD, NetBSD and OpenBSD.

Add BSD link to source code subsection.

Signed-off-by: Kamil Rytarowski 
---
 _download/bsd.md  | 19 +++
 _download/source.html |  1 +
 download.html |  8 
 3 files changed, 28 insertions(+)
 create mode 100644 _download/bsd.md

diff --git a/_download/bsd.md b/_download/bsd.md
new file mode 100644
index 000..bbbd8a0
--- /dev/null
+++ b/_download/bsd.md
@@ -0,0 +1,19 @@
+QEMU is packaged by modern BSD systems.
+
+Installation can be performed from prebuilt packages or from package build 
system (aka ports).
+
+Prebuilt binary packages:
+
+* FreeBSD `pkg install qemu`
+
+* NetBSD `pkgin install qemu`
+
+* OpenBSD `pkg_add qemu`
+
+Package build system:
+
+* FreeBSD `cd /usr/ports/emulators/qemu && make install`
+
+* NetBSD `cd /usr/pkgsrc/emulators/qemu && make install`
+
+* OpenBSD `cd /usr/ports/emulators/qemu && make install`
diff --git a/_download/source.html b/_download/source.html
index d090a5e..6949daa 100644
--- a/_download/source.html
+++ b/_download/source.html
@@ -2,6 +2,7 @@
Grab the source code for the latest releases and compile it yourself!
Detailed compilation instructions can be found in the wiki for
http://wiki.qemu-project.org/Hosts/Linux;>Linux,
+   http://wiki.qemu-project.org/Hosts/BSD;>BSD,
http://wiki.qemu-project.org/Hosts/Windows;>Win32 
and
http://wiki.qemu-project.org/Hosts/Mac;>macOS.
 
diff --git a/download.html b/download.html
index 5a1e4ea..2dd0044 100644
--- a/download.html
+++ b/download.html
@@ -6,6 +6,7 @@ permalink: /download/
 
 
 Linux
+BSD
 macOS
 Windows
 Source code
@@ -18,6 +19,13 @@ permalink: /download/
{% markdown_relative _download/linux.md %}
 
 
+
+   
+   BSD
+   
+   {% markdown_relative _download/bsd.md %}
+
+
 

macOS
-- 
2.14.1