version 1.2, 2017/04/27 11:26:42
|
version 1.3, 2017/04/27 11:27:45
|
Line 14 On a freshly installed system the only c
|
Line 14 On a freshly installed system the only c
|
pkgsrc can then be bootstrapped as [normal](http://www.netbsd.org/docs/pkgsrc/platforms.html#bootstrapping-pkgsrc) |
pkgsrc can then be bootstrapped as [normal](http://www.netbsd.org/docs/pkgsrc/platforms.html#bootstrapping-pkgsrc) |
|
|
#Tribblix |
#Tribblix |
All that's required is for the <code>develop</code> overlay to be installed in order to successfully bootstrap pkgsrc on Tribblix. |
All that's required is for the `develop` overlay to be installed in order to successfully bootstrap pkgsrc on Tribblix. |
|
|
# zap install-overlay develop |
# zap install-overlay develop |
|
|
Line 25 On the 151a8 development release of Open
|
Line 25 On the 151a8 development release of Open
|
# PATH=/opt/gcc/4.4.4/bin:/usr/gnu/bin:$PATH pkgsrc/bootstrap/bootstrap |
# PATH=/opt/gcc/4.4.4/bin:/usr/gnu/bin:$PATH pkgsrc/bootstrap/bootstrap |
|
|
#OpenSXCE |
#OpenSXCE |
Comes with all necessary component to bootstrap pkgsrc out of the box, just ensure <code>PATH</code> contains the path to GCC & linker <code>/opt/gcc/4.4.4/bin:/usr/gnu/bin</code> when performing a system wide install as root. No changes required when performing an [unprivileged bootstrap](http://www.netbsd.org/docs/pkgsrc/platforms.html#bootstrapping-pkgsrc) as environment contains necessary settings. |
Comes with all necessary component to bootstrap pkgsrc out of the box, just ensure `PATH` contains the path to GCC & linker `/opt/gcc/4.4.4/bin:/usr/gnu/bin` when performing a system wide install as root. No changes required when performing an [unprivileged bootstrap](http://www.netbsd.org/docs/pkgsrc/platforms.html#bootstrapping-pkgsrc) as environment contains necessary settings. |