Skip to content

Commit

Permalink
doc: add step for adding newer compiler (#1271)
Browse files Browse the repository at this point in the history
PR-URL: #1271
Reviewed-By: George Adams <george.adams@uk.ibm.com>
  • Loading branch information
mhdawson authored Sep 28, 2018
1 parent a5368f7 commit e6a71a0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup/aix61/manualBootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,16 @@ caa_cfg stream tcp6 nowait root /usr/sbin/clusterconf clusterconf >>/var
wsmserver stream tcp nowait root /usr/websm/bin/wsmserver wsmserver -start
xmquery dgram udp6 wait root /usr/bin/xmtopas xmtopas -p3
```


## Install the 6.3.x compiler

* log into the machine
* su - iojs
* copy these two files into /home/iojs
* https://ci.nodejs.org/downloads/aix/V2-gcc-6.3.0-1.tar.gz
* https://ci.nodejs.org/downloads/aix/gmake-dep.tar.gz
* gunzip the 2 files
* untar the 2 files


0 comments on commit e6a71a0

Please sign in to comment.