From 55866df74192955a9ff943bdfa54ac5f6238d9bc Mon Sep 17 00:00:00 2001 From: zechenericduan <97798548+zechenericduan@users.noreply.github.com> Date: Sun, 8 Sep 2024 16:02:11 -0400 Subject: [PATCH] Update building-package.md --- docs/src/dev-guide/building-package.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/src/dev-guide/building-package.md b/docs/src/dev-guide/building-package.md index 4cf4e5349..802e9e30d 100644 --- a/docs/src/dev-guide/building-package.md +++ b/docs/src/dev-guide/building-package.md @@ -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 @@ -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