Skip to content

Commit

Permalink
etc: move Installer.sh -> DependencyInstaller.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vvbandeira committed Mar 30, 2021
1 parent fc3d305 commit 92de0d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ OpenROAD uses the OpenDB database and OpenSTA for static timing analysis.

## Install dependencies

The `etc/Installer.sh` script supports Centos7 and Ubuntu 20.04.
The `etc/DependencyInstaller.sh` script supports Centos7 and Ubuntu 20.04.
You need root access to correctly install the dependencies with the script.

```
./etc/Installer.sh -dev
./etc/DependencyInstaller.sh -dev
```

## Build
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
ARG fromImage=centos:centos7
FROM $fromImage

COPY Installer.sh /tmp/.
RUN /tmp/Installer.sh -dev && rm -f /tmp/Installer.sh
COPY DependencyInstaller.sh /tmp/.
RUN /tmp/DependencyInstaller.sh -dev && rm -f /tmp/DependencyInstaller.sh
File renamed without changes.

0 comments on commit 92de0d9

Please sign in to comment.