Skip to content

Commit

Permalink
HCL source based on 1.16.1-7
Browse files Browse the repository at this point in the history
  • Loading branch information
ytava committed Jun 13, 2024
1 parent 4185cbf commit 2ba2428
Show file tree
Hide file tree
Showing 416 changed files with 387,134 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ SPDX-License-Identifier: Apache-2.0

## Build
HCL project can be built using the following command:<br />
```
make
```

- Go to HCL source directory
```
cd <target-directory>/hcl/src
```
- Run cmake. set HCL_SRC_PKG_DIR to the source package directory and HCL_LIB_DIR to the HCL libs directory
```
HCL_SRC_PKG_DIR=<target-directory> HCL_LIB_DIR=<hcl-lib-dir> cmake .
```
- Build the project
```
make
```
Loading

0 comments on commit 2ba2428

Please sign in to comment.