Skip to content

Commit 83e854d

Browse files
authored
Remove linked-libraries mention from docs (#2034)
### Checklist - [ ] Relevant issue is linked - [ ] Docs updated/issue for docs created - [ ] Added relevant tests
1 parent f815c86 commit 83e854d

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

website/docs/cairo-1/07-interacting-with-starknet/09-compiling.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@ format is used to calculate `compiled_class_hash` of a contract.
3939

4040
:::note
4141
If you need to print machine-readable output in JSON format, you should use `--json` flag.
42-
43-
## Using external dependencies
44-
45-
If your build requires using external dependencies, you can specify additional paths in the `build` command. To
46-
do that, you need to use the [`--linked-libraries`](../../cli-reference.md#linked-libraries-path) argument like this:
47-
48-
```
49-
$ protostar build --linked-libraries /path/to/the/external/lib
50-
```
51-
52-
:::note
53-
Provided paths must contain correctly formatted Cairo packages, otherwise build will fail.
5442
:::
5543

5644
## Compiling a single contract

0 commit comments

Comments
 (0)