Skip to content

spheresys/malabr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,430,799 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Malabr

How to install

Currently on linux is supported.

Install depot_tools

Clone the depot_tools repository:

git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git

Add depot_tools to the beginning of your PATH (you will probably want to put this in your ~/.bashrc or ~/.zshrc). Assuming you cloned depot_tools to /path/to/depot_tools:

export PATH="/path/to/depot_tools:$PATH"

When cloning depot_tools to your home directory do not use ~ on PATH, otherwise gclient runhooks will fail to run. Rather, you should use either $HOME or the absolute path:

export PATH="${HOME}/depot_tools:$PATH"

Fetch the Repo

mkdir malabr
gclient config --name=src https://github.com/bivas-biswas/malabr.git
gclient sync --no-history

Install additional build dependencies

Once you have checked out the code, and assuming you're using Ubuntu, run build/install-build-deps.sh

./build/install-build-deps.sh

Build setup

cd src
gclient runhooks

Configure build using gn

gn gen out/Default

Build Chromium

autoninja -C out/Default chrome

Run Chromium

out/Default/chrome --enable-logging=stderr --v=1

About

The official GitHub mirror of the Chromium source

Resources

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
LICENSE.chromium_os

Code of conduct

Contributing

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages

  • C++ 74.8%
  • Java 7.7%
  • Objective-C++ 4.1%
  • TypeScript 3.5%
  • HTML 3.0%
  • Python 2.4%
  • Other 4.5%