Skip to content

Commit 9a7a0a7

Browse files
Update README.md
Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
1 parent 85cf2cc commit 9a7a0a7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,23 @@ Therefore, in order to keep your build times minimal, you will want to rebuild y
8282

8383
Every week or two is a good idea.
8484

85+
## Building an hello-world example
86+
87+
You can test building the hello-world style pkg-example to prove everything works.
88+
Head over to the [pkg-example](www.github.com/qualcomm-linux/pkg-example) page and have a look at the readme.
89+
90+
Then, clone and build :
91+
92+
```
93+
alias debb=<docker_deb_build location>/docker_deb_build.py
94+
95+
git clone git@github.com:qualcomm-linux/pkg-example.git
96+
97+
mkdir build
98+
99+
debb --source-dir pkg-example --output-dir build --suite questing
100+
```
101+
85102
## Usage
86103

87104
Run the `docker_deb_build.py` script to build Debian packages:

0 commit comments

Comments
 (0)