Skip to content

Commit 81bc7f8

Browse files
committed
Update README-packaging.md
1 parent da8b8db commit 81bc7f8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README-packaging.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ installed with the following commands:
88
```
99
yum install rpm-build rpmdevtools rpmlint
1010
yum groupinstall "Development Tools"
11+
yum install httd texinfo
1112
```
1213

1314
As a regular user (not root), set up an rpm build area:
@@ -19,7 +20,19 @@ rpmdev-setuptree
1920
Download the geni-ch tar file. Check for the file on the releases tab at
2021
the [GitHub project page](https://github.com/GENI-NSF/geni-portal).
2122

22-
Once the tar file has been downloaded,
23+
Alternatively, instead of downloading the geni-ch tar file, you can create it as follows:
24+
```
25+
git clone https://github.com/GENI-NSF/geni-portal.git
26+
git checkout transition
27+
./autogen.sh
28+
./configure
29+
make dist
30+
cp geni-portal/geni-ch-3.11.tar.gz ~/rpmbuild/SOURCES
31+
cp geni-portal/geni-portal.spec ~/rpmbuild/SPECS
32+
rpmbuild -ba geni-portal.spec
33+
```
34+
35+
Once the tar file has been downloaded or created,
2336
follow these steps to build the package:
2437

2538
```

0 commit comments

Comments
 (0)