From 2785c92d96476a44badd096337ee0bf960a581f0 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Mon, 1 Feb 2021 12:08:43 -0500 Subject: [PATCH] Update README --- xnba/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xnba/README b/xnba/README index a185be2..1e999b7 100644 --- a/xnba/README +++ b/xnba/README @@ -23,9 +23,10 @@ Build xNBA rpm for xcat-dep For linux --------- -1. On x86 RHEL machine, install required package: xz-devel +1. On x86 RHEL machine, install required package: xz-devel and gcc +2. Copy 4 patch files listed above and xnba-.tar.bz2 files from cloned git directory into /root/rpmbuild/SOURCES/ 2. RPM build: rpmbuild -ba xnba-undi.spec -3. Copy generated rpm xnba-undi-.noarch.rpm into /gsa/pokgsa/projects/x/xcat/build/linux/xcat-dep/ +3. Copy generated rpm /root/rpmbuild/RPMS/noarch/xnba-undi-.noarch.rpm into /gsa/pokgsa/projects/x/xcat/build/linux/xcat-dep/ For Debian