[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Minios-devel] [UNIKRAFT/PROTOBUF PATCH 4/4] README.md: Update with info about building
- To: "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
- From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
- Date: Wed, 30 Oct 2019 23:36:14 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stud.acs.upb.ro; dmarc=pass action=none header.from=stud.acs.upb.ro; dkim=pass header.d=stud.acs.upb.ro; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=tIzFZgw7XKub7YwNCia8lfvC5BevRyl3TI0gSvG2f6c=; b=NIY0p7G/4giTZJDpDk4Ao0VOQyhciwamk6f9Wqoedc7sIeM9k3Q8vCIWC8jnSdxLYqBwrWagPi8VtUJBGPAwDZ8c0h4vz7wm2v+eo7KBDJVyEsWAkOWuW2+127/vPSNdefOV4Xeb+x6jy12JiqBlnQgYAdnqXNS7uBqvav3Z8+SslU1e7VhaXNcYCVA0y1Zmq5WoGzniheUlBdHP8HynYChy5h6VoZFa0py7uG5BRc6y5uwPuTZGAUUQDice0fWOAznGpaJeQuU0XTKAtA+4y4e4/aAA5EyhHynSn81s3yeALHPk+TrkDlGHBe14bKjpOa4I2mLN+3TOEXtPxNUPAw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LlUdJVkyUWrMymUyRmPx19CdigWfwOFQgRBMLtf0W+D3ytSr+CS0VbrmUoqNx8y+jLUtcAxtZORsEdJVs94bG4WcnuVzdfGdTHeyu5i5+eqRBozoGrcpmrE1CNqj+WvUhbhSmPGFtJYJOuiuxwKpbkTgUIEsMtbgwVDNY7ADasjk93LSjSBYiqwCa7ZPvbozVYFAebendIzb+so3+78P+Qy/Vq0LmyXKBLAR+jagX4lrej2iSnFHMnc5tYEHMYaQaFZh9iBjwuAisYhsJ6SmYIBXE0WRmZ+gIlKnorO+++hxS8SNMyZ32ofplRErxTsNTYCDfCEbx1+Cd4DOcnEeKw==
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=vlad_andrei.badoiu@xxxxxxxxxxxxxxx;
- Cc: "felipe.huici@xxxxxxxxx" <felipe.huici@xxxxxxxxx>, Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
- Delivery-date: Wed, 30 Oct 2019 23:36:20 +0000
- List-id: Mini-os development list <minios-devel.lists.xenproject.org>
- Thread-index: AQHVj3rRi4cJk2n3HkCtayLYr5cHvQ==
- Thread-topic: [UNIKRAFT/PROTOBUF PATCH 4/4] README.md: Update with info about building
Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
---
README.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 0605ff4..8e51ecd 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,16 @@
-benchmark for Unikraft
+protobuf for Unikraft
===================
-This is the port of benchmark for Unikraft as external library.
+This is the port of protobuf for Unikraft as external library.
## Build
-Benchmark depends on the following libraries, that need to be added to
`Makefile` in this order:
+Protobuf depends on the following libraries, that need to be added to
`Makefile` in this order:
* `pthreads`, e.g. `pthread-embedded`
* CXX standard library, e.g. `libunwind`, `compiler-rt`, `libcxxabi`, `libcxx`
* `libc`, e.g. `newlib`
+## Usage
+The user must provide his own custom rules to compile the .proto files in
UK\_PREPARE.
+
Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.
--
2.20.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|