Herein lie instructions on building the Chrome browser from source on FreeBSD, and rebuilding after making alterations. A standard installation of FreeBSD should have a ported Chromium found at /usr/ports/www/chromium. To build the browser, run make (as su, or after changing owner to your user). The browser should be found at work/chromium-[version]/out/Debug/chrome. After changing source code (under work/chromium-[version]), you need to remove the file work/.build_done.chromium._usr_local or subsequent makes won't do anything.