For installing Chromium on your FreeBSD type the following steps as root:
For correct operation, shared memory support has to be enabled
in Chromium by performing the following command as root :
To preserve this setting across reboots, append the following
to /etc/sysctl.conf:
Remember the executable for Chromium is /usr/local/bin/chrome, not /usr/local/bin/chromium.
Code:
# pkg install chromium
For correct operation, shared memory support has to be enabled
in Chromium by performing the following command as root :
Code:
# sysctl kern.ipc.shm_allow_removed=1
To preserve this setting across reboots, append the following
to /etc/sysctl.conf:
Code:
kern.ipc.shm_allow_removed=1
Remember the executable for Chromium is /usr/local/bin/chrome, not /usr/local/bin/chromium.