Skip to content

Commit 845c586

Browse files
authored
Updated build info documentation
Updated compilers supported and made a link to the quickstart for easy package dependency installataion.
1 parent c6673f0 commit 845c586

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/vtr/optional_build_info.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ For unix-like systems we provide a wrapper Makefile which supports the tradition
1818
VTR requires a C++-14 compliant compiler.
1919
It is tested against the default compilers of all Debian and Ubuntu releases within their standard support lifetime. Currently, those are the following:
2020

21-
* GCC/G++: 7, 8, 9, 10, 11
22-
* Clang/Clang++: 6, 7, 10
21+
* GCC/G++: 9, 10, 11, 12
22+
* Clang/Clang++: 11, 12, 13, 14
2323

2424
Other compilers may work but are untested (your milage may vary).
2525

2626
### Package Dependencies
2727

28+
* On Linux, the fastest way to set up all dependencies is to enter the commands listed in the VTR Quick Start [Environment Setup](https://docs.verilogtorouting.org/en/latest/quickstart/#environment-setup).
29+
2830
* At minimum you will require:
2931
* A modern C++ compiler supporting C++14 (such as GCC >= 4.9 or clang >= 3.6)
3032
* cmake, make

0 commit comments

Comments
 (0)