File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 55For this method you only need to install
66[ Docker] ( https://docs.docker.com/engine/install ) on your machine.
77
8- ---
9-
108> ** Warning:**
119> The ` build_openroad.sh ` will use the host number of CPUs to compile ` openroad ` .
1210>
@@ -21,13 +19,12 @@ For this method you only need to install
2119> # <IMAGE> can be any commonly used OS, e.g., 'centos:centos7'
2220> docker run centos:centos7 nproc
2321> ` ` `
24-
25- You can restrict the number of CPUs with the ` -t| --threads N` argument:
26-
27- ` ` ` shell
28- ./build_openroad.sh --threads N
29- ```
30- :::
22+ >
23+ > You can restrict the number of CPUs with the ` -t| --threads N` argument:
24+ >
25+ > ` ` ` shell
26+ > ./build_openroad.sh --threads N
27+ > ` ` `
3128
3229# # Clone and Build
3330
You can’t perform that action at this time.
0 commit comments