From 3ccd6b80dd5041977da0a211a23747097fd05eed Mon Sep 17 00:00:00 2001 From: Lalit Sharma Date: Sun, 13 Dec 2020 21:04:10 -0800 Subject: [PATCH] Updating compile.rst file with updated compilation steps --- docs/source/tutorials/compile.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/tutorials/compile.rst b/docs/source/tutorials/compile.rst index fc9a25b13..04d92365d 100644 --- a/docs/source/tutorials/compile.rst +++ b/docs/source/tutorials/compile.rst @@ -12,10 +12,7 @@ In general, please follow the steps to compile git clone https://github.com/LNIS-Projects/OpenFPGA.git cd OpenFPGA - mkdir build - cd build - cmake .. - make + make all .. note:: OpenFPGA requires gcc/g++ version >5