Skip to content

Commit

Permalink
Update building-package.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zechenericduan authored Sep 8, 2024
1 parent decdc2d commit 55866df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/src/dev-guide/building-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ prebuilt version instead, check out the [releases](https://github.com/y-scope/cl
extra configuration.
* Python 3.8 or newer
* python3-venv
* python3-dev
* [Task](https://taskfile.dev/)

## Setup

Clone the repo and sub-components

```shell
git clone --recurse-submodules https://github.com/y-scope/clp.git
```

Initialize the project

```shell
Expand All @@ -25,7 +32,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 55866df

Please sign in to comment.