updated README.md
This commit is contained in:
13
README.md
13
README.md
@@ -56,6 +56,19 @@ grab_packages.cmd
|
|||||||
|
|
||||||
This will download and validate all packages currently supported by `cpp-build-system`. They will be placed within the `support/3rd_party/` folder.
|
This will download and validate all packages currently supported by `cpp-build-system`. They will be placed within the `support/3rd_party/` folder.
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> `grab_packages` only needs to be run once per version. When upgrading to a new `cpp-build-system` version, it's highly recommended to run the `clean_packages` script beforehand.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./clean_packages.sh
|
||||||
|
./grab_packages.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
```cmd
|
||||||
|
clean_packages.cmd
|
||||||
|
grab_packages.cmd
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### 2️⃣ Create a New Project
|
### 2️⃣ Create a New Project
|
||||||
|
|||||||
Reference in New Issue
Block a user