summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-11-04 19:46:07 +0100
committerGitHub <noreply@github.com>2022-11-04 19:46:07 +0100
commit5fd5e8c3d785da27b90320f6ac93853ecf87eeae (patch)
tree6b7e4566228d2cd7811b3f93944c8a59750fcf1a /README.md
parent9a882f4222c23436f275f404df5d17f77b241e05 (diff)
parent88dcca7fbae1525e48c0119780a79978699f34e8 (diff)
Merge pull request #120 from joshschmelzle/master
add cmake to install requires for debian
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 967a8a3..07b3647 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ packages for local installation, first install required development packages,
then clone the repository and invoke *dpkg-buildpackage* to produce the binary
package files:
- $ sudo apt-get install build-essential devscripts debhelper libjson-c-dev
+ $ sudo apt-get install build-essential devscripts debhelper libjson-c-dev cmake
$ git clone https://github.com/jow-/ucode.git
$ cd ucode/
$ dpkg-buildpackage -b -us -uc