From 31f4e0e2a45b23090de6e37bc8a7ae240910bd1f Mon Sep 17 00:00:00 2001 From: Yoni Bettan Date: Tue, 20 Aug 2019 15:01:44 +0300 Subject: README.md: Added building instructions. Signed-off-by: Yoni Bettan Signed-off-by: Michael S. Tsirkin Reviewed-by: Eduardo Habkost Reviewed-by: Stefan Hajnoczi --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 4747824..5ac84f9 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,34 @@

Further Description of this Repository

+

Building Instructions

+

In order to build the spec you will need Tex-Live. +Installing it can be done via:
+Fedora: + +sudo dnf install texlive-scheme-full +
+Ubuntu: + +sudo apt-get install texlive-full +

+

OSX users don't need to install Tex-Live because they already have +MacTex installed. + +

The building proccess is done with + +./makeall.sh + +and it contains 3 main parts: + +makezip.sh +, + +makehtml.sh +, + +makepdf.sh +.

Providing Feedback

Feedback must be provided the virtio-comment mailing list, and archived in the mailing list archives. -- cgit