Skip to content

Commit e6a71a0

Browse files
authored
doc: add step for adding newer compiler (#1271)
PR-URL: #1271 Reviewed-By: George Adams <[email protected]>
1 parent a5368f7 commit e6a71a0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup/aix61/manualBootstrap.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,16 @@ caa_cfg stream tcp6 nowait root /usr/sbin/clusterconf clusterconf >>/var
180180
wsmserver stream tcp nowait root /usr/websm/bin/wsmserver wsmserver -start
181181
xmquery dgram udp6 wait root /usr/bin/xmtopas xmtopas -p3
182182
```
183+
184+
185+
## Install the 6.3.x compiler
186+
187+
* log into the machine
188+
* su - iojs
189+
* copy these two files into /home/iojs
190+
* https://ci.nodejs.org/downloads/aix/V2-gcc-6.3.0-1.tar.gz
191+
* https://ci.nodejs.org/downloads/aix/gmake-dep.tar.gz
192+
* gunzip the 2 files
193+
* untar the 2 files
194+
195+

0 commit comments

Comments
 (0)