-
Notifications
You must be signed in to change notification settings - Fork 0
/
gmake_install.html
47 lines (40 loc) · 1.65 KB
/
gmake_install.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<h1>Instructions for use of GMAKE 4.1g and above:</h1>
<p>Upload the <code>gmake-<i>package</i>.pak.bin</code> file to GUARDIAN in
binary. The file can be named anything in GUARDIAN, typically
<code>gmakepak</code>.</p>
<p>Change the file code of the binary file to 1729 as follows:<br/>
<code>FUP ALTER gmakepak,CODE 1729</code></p>
<p>Run the UNPAK utility to install the GMAKE object in your desired
location:<br/>
<code>UNPAK gmakepak,*.*.*,listall,myid,vol $myvol.subvol,tapedate</code></p>
<p>Secure the GMAKE object based on your system's needs:<br/>
<code>FUP SECURE gmake,"NCNC"</p>
<p>The files in the PAK archive default to being owned by SUPER.SUPER and
secured "NUNU".</p>
<p>
Due to new features added in the latest Native Libraries, binaries built
with those may not function correctly on older RVUs. The following table
lists the minimum RVU for each platform that can correctly run gmake
version 4.1g, and above:</p>
<table>
<tr>
<td><b>Platform</b></td>
<td><b>Minimum RVU</b></td>
</tr>
<td>TNS/E</td>
<td>J06.22</td>
<tr>
<td>TNS/X</td>
<td>L19.08</td>
</tr>
<tr>
<td>TNS/V</td>
<td>L19.08</td>
</tr>
</table>
<p>If you require new features or bug fixes and your system is older than the
above RVUs, you may have to download the source package from GitHub and build the new version
yourself. This requires experience with building open source tools on OSS.</p>
<p>The source repository for GMake currently resides at: <a href="https://github.com/ituglib/gmake">https://github.com/ituglib/gmake</a>. If you find any
issues, want new features, and wish to contribute, you can do so using
the GitHub site.</p>