Move the non-groupinstall packages out of the groupinstall line
parent
a5baf012b6
commit
2ace43f591
|
@ -20,7 +20,8 @@ Be aware that when building directly from a git repository you must first run th
|
|||
Make sure that the required packages are installed:
|
||||
|
||||
```
|
||||
$ sudo yum groupinstall "Development Tools" autoconf automake libtool elfutils-libelf-devel parted lsscsi wget ksh
|
||||
$ sudo yum groupinstall "Development Tools"
|
||||
$ sudo yum install autoconf automake libtool elfutils-libelf-devel parted lsscsi wget ksh
|
||||
$ sudo yum install kernel-devel zlib-devel libattr-devel libuuid-devel libblkid-devel libtirpc-devel
|
||||
$ sudo yum install libselinux-devel libudev-devel openssl-devel
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue