Skip to content

Commit a319661

Browse files
docs: Fix dependency install script path and add missing requirement for building the package. (#532)
1 parent e88122c commit a319661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/dev-guide/building-package.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ prebuilt version instead, check out the [releases](https://github.com/y-scope/cl
1111
* It should be possible to build a package for a different environment, it just requires a some
1212
extra configuration.
1313
* Python 3.8 or newer
14+
* python3-dev
1415
* python3-venv
1516
* [Task](https://taskfile.dev/)
1617

@@ -25,7 +26,7 @@ tools/scripts/deps-download/init.sh
2526
Install CLP core's dependencies
2627

2728
```shell
28-
components/core/tools/ubuntu-focal/install-all.sh
29+
components/core/tools/scripts/lib_install/ubuntu-focal/install-all.sh
2930
```
3031

3132
## Build

0 commit comments

Comments
 (0)