From 8e9028154341a89a2ebebb9e831a0afaf8fe9b0c Mon Sep 17 00:00:00 2001 From: KHANH LUONG HONG DUY Date: Fri, 6 Nov 2020 11:18:14 +0700 Subject: readme: cpack document for debian package Signed-off-by: KHANH LUONG HONG DUY --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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), -- cgit v1.2.1