Update compile.rst

This commit is contained in:
Parnabrita Mondal 2021-04-24 14:01:52 +05:30 committed by GitHub
parent 5ce28158bd
commit cc92c27fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ How to Compile
General Guidelines General Guidelines
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
OpenFPGA uses CMake to generate the Makefile scripts OpenFPGA uses CMake to generate the Makefile scripts.
In general, please follow the steps to compile In general, please follow the steps to compile
.. code-block:: shell .. code-block:: shell
@ -24,7 +24,7 @@ In general, please follow the steps to compile
.. note:: cmake3.12+ is recommended to compile OpenFPGA with GUI .. note:: cmake3.12+ is recommended to compile OpenFPGA with GUI
.. note:: recommand to use ``make -j`` to accelerate the compilation .. note:: Recommand to use ``make -j`` to accelerate the compilation
.. note:: VPR's GUI requires gtk-3, and can be enabled with ``cmake .. -DVPR_USE_EZGL=on`` .. note:: VPR's GUI requires gtk-3, and can be enabled with ``cmake .. -DVPR_USE_EZGL=on``