summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjsz <josh@joshschmelzle.com>2022-11-04 14:38:52 -0400
committerGitHub <noreply@github.com>2022-11-04 14:38:52 -0400
commit88dcca7fbae1525e48c0119780a79978699f34e8 (patch)
tree6b7e4566228d2cd7811b3f93944c8a59750fcf1a
parent9a882f4222c23436f275f404df5d17f77b241e05 (diff)
add cmake to install requires for debian
-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