Skip to content

bbmjja8123/chromium-1

 
 

Repository files navigation

This is the FreeBSD port of Chromium, corresponding to ports svn revision 325515.

You will need to prefix your ${PATH} with:
 * ${SOAAP_LLVM}/build/bin (for 'clang++', 'llvm-link', etc.)
 * ${SOAAP}/build/bin (for 'soaap')
 * ${SOAAP_CHROMIUM} (for 'llvm-file-map' and 'llvm-link-wrapper')

Currently, you also need to replace instances of '/home/kg365/...' in the
out/Release/build.ninja with paths that reflect your setup.

To build the bitcode version of chrome (chrome.bc), cd into
{chromium-32.0.1700.107|chromium-courgette-redacted-29.0.1547.57}/out/Release
and type:
$ ninja chrome.soaap

To build an executable from chrome.bc, type:
$ ninja chrome.bc.exe

About

FreeBSD port of Chromium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.1%
  • Python 5.7%
  • C 5.2%
  • HTML 3.6%
  • JavaScript 3.1%
  • Objective-C++ 2.4%
  • Other 2.9%