summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKHANH LUONG HONG DUY <khanh.luonghongduy@vn.bosch.com>2020-11-06 11:18:14 +0700
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2021-01-06 09:19:55 +0900
commitdf06dc03d1f558fce6ec79b2762a77e6a58f8b04 (patch)
treec3ad081a6ae89803e9a8c74fe07b9fc3f11ab2ad
parent8c940cecd4982164d664e86347a8066a04d92030 (diff)
downloadDLT-daemon-df06dc03d1f558fce6ec79b2762a77e6a58f8b04.tar.gz
readme: cpack document for debian package
Signed-off-by: KHANH LUONG HONG DUY <khanh.luonghongduy@vn.bosch.com>
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98b1b04..0c6c16c 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,17 @@ cmake -DWITH_DOC=ON ..
make doc
```
+### Build DLT debian package
+
+To build the DLT debian package for your own purpose, follow these steps:
+
+```bash
+mkdir build
+cd build
+cmake ..
+cpack
+```
+
## Learn more
Once you got your feet wet with developing your first application, you might
want to learn more. Find out about DLT's [advanced topics](#advanced-topics),