Skip to content

Commit e6c9328

Browse files
MichaelaLentsLents
andauthored
Update setup instructions (#19)
* Update setup instructions * Simplify updates --------- Co-authored-by: Lents <l251295@ml-c02f1ehymd6m.corp.heb.com>
1 parent 60b85ff commit e6c9328

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ The `dap-estgi-server` and `dap-estgi-vscode-extension` are application specific
3737
## Setup
3838
- Enable `allow breakpoints everywhere` option in VSCode settings.
3939

40+
### Install Haskell ESTGi Debugger Dependencies
41+
- Run `(cd haskell-estgi-debugger ; stack install zip-cmd)`
42+
- Ensure `libgmp` is installed (e.g. if using homebrew, `brew install gmp`)
43+
4044
### Run `dap-estgi-extension`
4145
- Run `(cd dap-estgi-vscode-extension ; npm install)`
4246
- Open `dap-estgi-vscode-extension` folder by using the `Files/Open Folder` menu.

0 commit comments

Comments
 (0)