summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBui Nguyen Quoc Thanh <thanh.buinguyenquoc@vn.bosch.com>2021-01-19 13:17:58 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-06-30 10:54:59 +0900
commit1cc64722d452e606b0cfc415093ab8525f735ad3 (patch)
tree28bc8ac1fa250a000bbebe3fd8e360f6a3179f89 /README.md
parent8fa28df721e7038450d6479de697d2cdf91055eb (diff)
downloadDLT-daemon-1cc64722d452e606b0cfc415093ab8525f735ad3.tar.gz
Do not use Cpack
- Remove CPACK from CMakeLists.txt - Update README.md Signed-off-by: Bui Nguyen Quoc Thanh <thanh.buinguyenquoc@vn.bosch.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6346bc3..788a954 100644
--- a/README.md
+++ b/README.md
@@ -120,10 +120,7 @@ make doc
To build the DLT debian package for your own purpose, follow these steps:
```bash
-mkdir build
-cd build
-cmake ..
-cpack
+dpkg-buildpackage -us -uc
```
## Learn more