Skip to content

Commit

Permalink
docs: Fix dependency install script path and add missing requirement …
Browse files Browse the repository at this point in the history
…for building the package. (#532)
  • Loading branch information
zechenericduan authored Sep 9, 2024
1 parent e88122c commit a319661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/dev-guide/building-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ prebuilt version instead, check out the [releases](https://github.com/y-scope/cl
* It should be possible to build a package for a different environment, it just requires a some
extra configuration.
* Python 3.8 or newer
* python3-dev
* python3-venv
* [Task](https://taskfile.dev/)

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

```shell
components/core/tools/ubuntu-focal/install-all.sh
components/core/tools/scripts/lib_install/ubuntu-focal/install-all.sh
```

## Build
Expand Down

0 comments on commit a319661

Please sign in to comment.