Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Clean up the Building section
Browse files Browse the repository at this point in the history
cdt-gdb-adapter is now a submodule.
  • Loading branch information
dschaefer authored Dec 7, 2018
1 parent 53a025b commit 62955c2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ It will also implement IDE side support for any debug adapter protocol extension

## Building

Do an ```npm install``` to fetch the dependencies.
We include the cdt-gdb-adapter as a git submodule here. Make sure you recursively clone or submodule update to get it.

The extension currently depends on having the cdt-gdb-adapter available in source form in one of these places and checks in this order.
- Location pointed to by ```CDT_ADAPTER_DIR``` environment variable
- From sibling directory ```../cdt-gdb-adapter```
- The github npm dependency in ```node_modules/cdt-gdb-adapter```

After that, the build is pretty simple. It uses webpack to bundle the extension and the adapter into the ```out``` directory.
Then you're good to go.

```
npm install
npm run build
```

Expand Down

0 comments on commit 62955c2

Please sign in to comment.