From 722c32975af2d19bfe46d9f14021023b7e41990e Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Mon, 1 Feb 2021 12:31:22 -0500 Subject: [PATCH] Update README --- xnba/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xnba/README b/xnba/README index 1e999b7..3542a54 100644 --- a/xnba/README +++ b/xnba/README @@ -25,14 +25,14 @@ For linux --------- 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 +2. RPM build: cd xcat-dep/xnba; rpmbuild -ba xnba-undi.spec 3. Copy generated rpm /root/rpmbuild/RPMS/noarch/xnba-undi-.noarch.rpm into /gsa/pokgsa/projects/x/xcat/build/linux/xcat-dep/ For Debian ---------- -1. On x86 Ubuntu machine, install required packages: dpkg-buildpackage, debhelper, and quilt -2. ./make_deb.sh: build the package from the binaries under "binary" directory +1. On x86 Ubuntu machine, install required packages: dpkg-dev, debhelper, and quilt +2. cd xcat-dep/xnba; ./make_deb.sh: build the package from the binaries under "binary" directory 3. ./rebuild.sh : build the package from source code, this should only run on amd64/x86_64 platform, it will update the files under "binary" directory after compilation 4. Copy generated deb xnba-undi__all.deb into /gsa/pokgsa/projects/x/xcat/build/ubuntu/xcat-dep/xcat-dep/pool/main/x/xnba-undi/