We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
linked-libraries
1 parent f815c86 commit 83e854dCopy full SHA for 83e854d
1 file changed
website/docs/cairo-1/07-interacting-with-starknet/09-compiling.md
@@ -39,18 +39,6 @@ format is used to calculate `compiled_class_hash` of a contract.
39
40
:::note
41
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.
54
:::
55
56
## Compiling a single contract
0 commit comments