File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ installed with the following commands:
8
8
```
9
9
yum install rpm-build rpmdevtools rpmlint
10
10
yum groupinstall "Development Tools"
11
+ yum install httd texinfo
11
12
```
12
13
13
14
As a regular user (not root), set up an rpm build area:
@@ -19,7 +20,19 @@ rpmdev-setuptree
19
20
Download the geni-ch tar file. Check for the file on the releases tab at
20
21
the [ GitHub project page] ( https://github.com/GENI-NSF/geni-portal ) .
21
22
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,
23
36
follow these steps to build the package:
24
37
25
38
```
You can’t perform that action at this time.
0 commit comments