version 1.3, 2012/07/25 20:05:38
|
version 1.4, 2012/07/25 20:06:40
|
Line 23
|
Line 23
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
# cd /usr/src |
# cd /usr/src |
# ./build.sh -O ../obj -T ../tools -j<njobs> -U distribution |
# ./build.sh -O ../obj -T ../tools -j<njobs> -U distribution |
"""] |
"""]] |
|
|
* Build the kernel |
* Build the kernel |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
# cd /usr/src |
# cd /usr/src |
# ./build.sh -O ../obj -T ../tools -j<njobs> kernel=<KERNEL> |
# ./build.sh -O ../obj -T ../tools -j<njobs> kernel=<KERNEL> |
"""] |
"""]] |
|
|
* Install the new kernel |
* Install the new kernel |
|
|
Line 42
|
Line 42
|
# cd /usr/src |
# cd /usr/src |
# ./build.sh -O ../obj -T ../tools -U install=/ |
# ./build.sh -O ../obj -T ../tools -U install=/ |
# /usr/sbin/etcupdate -s /usr/src |
# /usr/sbin/etcupdate -s /usr/src |
"""]]] |
"""]] |
|
|
## Adobe Flash |
## Adobe Flash |
|
|
Line 54
|
Line 54
|
# cd /usr/pkgsrc/multimedia/ns-flash |
# cd /usr/pkgsrc/multimedia/ns-flash |
# make install |
# make install |
$ nspluginwrapper -i /usr/pkg/lib/netscape/plugins/libflashplayer.so |
$ nspluginwrapper -i /usr/pkg/lib/netscape/plugins/libflashplayer.so |
"""] |
"""]] |
|
|