Skip to content

Commit db3db46

Browse files
committed
README: add bazel-orfs as an installation option
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent bab1020 commit db3db46

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ timeline
4646

4747
## Tool Installation
4848

49+
There are different ways to install and develop OpenROAD and ORFS, which is the best fit depends use-case, experience and personal taste.
50+
51+
### Use Bazel, avoid installing anything at all and adapt the flow to your needs in your own repository
52+
53+
[bazel-orfs](https://github.com/The-OpenROAD-Project/bazel-orfs) provides a seamless, reproducible way to manage dependencies and adapt the flow without requiring manual installations(no Docker images, sudo bash scripts, etc.)
54+
55+
By leveraging [Bazel](https://bazel.build/)'s robust build system, all dependencies are automatically resolved, versioned, and built in a consistent environment. This eliminates setup complexity, ensures fast incremental builds, and allows for easy customization of the flow, making it an efficient choice for both [beginners](https://github.com/Pinata-Consulting/RegFileStudy) and [advanced](https://github.com/The-OpenROAD-Project/megaboom) users.
56+
4957
### Docker Based Installation
5058

5159
To ease dependency installation issues, ORFS uses docker images.

0 commit comments

Comments
 (0)