summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManuel Bentele2020-12-03 07:57:40 +0100
committerManuel Bentele2020-12-03 07:57:40 +0100
commitef84d482c78e9502ecd104200fefd82b236bdc27 (patch)
tree80e94986e2abe24dcdb9b413df8478148b44183d /README.md
parentFix xlosetup's output of xloop devices on 32 bit hardware architectures (diff)
downloadxloop-ef84d482c78e9502ecd104200fefd82b236bdc27.tar.gz
xloop-ef84d482c78e9502ecd104200fefd82b236bdc27.tar.xz
xloop-ef84d482c78e9502ecd104200fefd82b236bdc27.zip
Removed unused library 'ncurses' from xlosetup's dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index bd3da5b..fb2f01a 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,7 @@ pacman -S git \
cmake \
gcc \
linux-headers \ # or linux-lts-headers
- libcap \
- ncurses \
+ libcap \ # required only in Debug build configuration
dpkg \
rpm-tools
```
@@ -42,8 +41,7 @@ apt-get install git \
cmake \
gcc \
raspberrypi-kernel-headers \
- libcap-dev \
- libncurses-dev \
+ libcap-dev \ # required only in Debug build configuration
rpm
```
@@ -54,8 +52,7 @@ apt-get install git \
cmake \
gcc \
linux-headers-generic \
- libcap-dev \
- libncurses-dev \
+ libcap-dev \ # required only in Debug build configuration
rpm
```
@@ -66,8 +63,7 @@ apt-get install git \
cmake \
gcc \
linux-headers-generic \
- libcap-dev \
- libncurses-dev \
+ libcap-dev \ # required only in Debug build configuration
rpm
```
@@ -79,8 +75,7 @@ yum install git \
gcc \
kernel-devel \
elfutils-libelf-devel \
- libcap-devel \
- ncurses-devel \
+ libcap-devel \ # required only in Debug build configuration
rpm-build
```