gramineproject / graphene

Graphene / Graphene-SGX - a library OS for Linux multi-process applications, with Intel SGX support
https://grapheneproject.io
GNU Lesser General Public License v3.0
771 stars 260 forks source link

Quick Start Guide missing documentation for installation of meson python3-jinja2 python3-click #2627

Closed jinengandhi-intel closed 3 years ago

jinengandhi-intel commented 3 years ago

Description of the problem

Quick Start Guide for SGX and Non-SGX do not specify the meson, python3-jinja2, python3-click which are used by Graphene, without which users will see error during the build/install or test execution steps.

https://graphene.readthedocs.io/en/latest/quickstart.html

These seem to be present in the Building guide: https://graphene.readthedocs.io/en/latest/building.html#common-dependencies

Steps to reproduce

Expected results

Actual results

jinengandhi-intel commented 3 years ago

Verified.