Monday, May 28, 2012

freebsd flash amd64

/etc/rc.conf
linux_enable="YES"
mkdir -p /compat/linux/proc
/etc/fstab
linproc /compat/linux/proc linprocfs rw 0 0 in /etc/fstab
mount linproc
portsnap fetch extract install
cd /usr/ports/www/nspluginwrapper
make && make install && make clean
cd ../www/linux-f10-flashplugin11/
make && make install && make clean
as youruser: nspluginwrapper -a -i -v

No comments: