diff options
author | jsz <josh@joshschmelzle.com> | 2022-11-04 14:38:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 14:38:52 -0400 |
commit | 88dcca7fbae1525e48c0119780a79978699f34e8 (patch) | |
tree | 6b7e4566228d2cd7811b3f93944c8a59750fcf1a | |
parent | 9a882f4222c23436f275f404df5d17f77b241e05 (diff) |
add cmake to install requires for debian
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |