Skip to content

Commit

Permalink
Update local_build.md
Browse files Browse the repository at this point in the history
made some corrections to the steps.

Signed-off-by: Kersten Richter <kersten@riscv.org>
  • Loading branch information
kersten1 authored Jun 11, 2024
1 parent 29b4362 commit dc8520f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions local_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,15 @@ brew install nvm
mkdir ~/.nvm
```

open either ~/.bash_profile or ~/.zshrc (for macOS Catalina or later):
open either ~/.bash_profile or ~/.zshrc (for macOS Catalina or later) in vim or nano.


```cmd
nano ~/.bash_profile
```

```cmd
vim ~./bash.profile
vim ~/.zshrc
```

Add the following lines to the profile:
Expand All @@ -172,6 +177,10 @@ Load the profile:
source ~/.zshrc
```

```cmd
source ~/.bash_profile
```

Install the most recent node, node 15, and make node 15 the version you use:

```cmd
Expand All @@ -192,8 +201,6 @@ Check that wavedrom-cli is in the path (this should display the help):
wavedrom-cli
```

NOTE: It appears that Oracle JDK is also required for WaveDrom diagrams to work. You can find a link to the JDK below.

For Windows:

WARNING: We can guess that node 15 is required for Windows.
Expand Down

0 comments on commit dc8520f

Please sign in to comment.