You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/Build.md
+3-22Lines changed: 3 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,39 +97,20 @@ it can be uploaded in the "Relevant log output" section of OpenROAD
97
97
98
98
### Install Dependencies
99
99
100
-
You may follow our helper script to install dependencies as follows:
100
+
We recommend using the `setup.sh` script located in the [OpenROAD-flow-scripts](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts) repository to install all dependencies. `setup.sh` encapsulates the calls to `DependencyInstaller.sh` and ensures the entire flow environment is configured correctly.
101
+
102
+
Alternatively, if you are building OpenROAD standalone, you may use our helper script:
101
103
```shell
102
104
sudo ./etc/DependencyInstaller.sh -base
103
105
./etc/DependencyInstaller.sh -common -local
104
106
```
105
107
106
-
107
108
```{warning}
108
109
`sudo ./etc/DependencyInstaller.sh [-all|-common]` defaults to
109
110
installing packages on /usr/local.
110
111
To avoid this bahavior use -local flag or -prefix <PATH> argument.
111
112
```
112
113
113
-
The installer script natively supports the following arguments:
114
-
```shell
115
-
Options:
116
-
-all Install all dependencies (base and common). Requires privileged access.
117
-
-base Install base dependencies using package managers. Requires privileged access.
0 commit comments