From c85e615fbe177d572adbb005acaccfc14a78ceb3 Mon Sep 17 00:00:00 2001 From: Chia-Che Tsai Date: Mon, 19 Aug 2019 04:19:21 -0500 Subject: [PATCH] [Doc] Remove GCC requirement from README.rst --- README.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.rst b/README.rst index e9d4a995..972cacf1 100644 --- a/README.rst +++ b/README.rst @@ -117,13 +117,7 @@ Prerequisites - A Linux driver must be installed before running Graphene Library OS in - enclaves. Simply run the following command to build the driver: - - .. note:: - - Please make sure the GCC version is either 4 or 5 - - :: + enclaves. Simply run the following command to build the driver:: cd Pal/src/host/Linux-SGX/sgx-driver make