summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKHANH LUONG HONG DUY <khanh.luonghongduy@vn.bosch.com>2020-11-06 11:18:14 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-01-06 09:27:28 +0900
commit8e9028154341a89a2ebebb9e831a0afaf8fe9b0c (patch)
treec3ad081a6ae89803e9a8c74fe07b9fc3f11ab2ad
parent10944014dead99534c36ecb5aa0ccb3a90b43045 (diff)
downloadDLT-daemon-8e9028154341a89a2ebebb9e831a0afaf8fe9b0c.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),