Skip to content

Commit

Permalink
[doc] update os and dep info
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxifan committed May 5, 2024
1 parent 45dda1e commit cb5c8f7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
9 changes: 4 additions & 5 deletions docs/source/tutorials/getting_started/compile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ How to Compile
Supported Operating Systems
~~~~~~~~~~~~~~~~~~~~~~~~~~~

OpenFPGA is continously tested with Ubuntu 20.04 and partially on Ubuntu 22.04
OpenFPGA is continously tested with Ubuntu 22.04 and partially on Ubuntu 20.04
It might work with earlier versions and other distributions.

In addition to continous integration, our community users have tested OpenFPGA on their local machines using the following operating systems:
Expand All @@ -21,7 +21,6 @@ In addition to continous integration, our community users have tested OpenFPGA o
- CentOS 8
- Ubuntu 18.04
- Ubuntu 21.04
- Ubuntu 22.04

Build Steps
~~~~~~~~~~~
Expand All @@ -34,7 +33,7 @@ In general, please follow the steps to compile
cd OpenFPGA
make all
.. note:: OpenFPGA requires gcc/g++ version > 7 and clang version > 6.
.. note:: OpenFPGA requires gcc/g++ version > 9 and clang version > 10.

.. note:: cmake3.12+ is recommended to compile OpenFPGA with GUI

Expand Down Expand Up @@ -111,7 +110,7 @@ Ubuntu 20.04

- Dependencies required to run regression tests

.. include:: regtest_dependencies.sh
.. include:: ubuntu20p04_regtest_dependencies.sh
:code: shell

.. note:: Python packages are also required
Expand All @@ -135,7 +134,7 @@ Ubuntu 22.04

- Dependencies required to run regression tests

.. include:: regtest_dependencies.sh
.. include:: ubuntu22p04_regtest_dependencies.sh
:code: shell

.. note:: Python packages are also required
Expand Down

0 comments on commit cb5c8f7

Please sign in to comment.