You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.
I was trying to figure out how to load the source tree unpacked into Chrome and eventually found that there is some build process. I ended up needing to manually run git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git in the directory above the package and run tools/make-chromium.sh from inside WSL to finally get a loadable dist/build/uMatrix.chromium unpacked distribution that Chrome can load.
This wasn't specified in any README file. Adding windows batch scripts might also be appropriate.
Thanks for the developers of this wonderful extension!
The text was updated successfully, but these errors were encountered:
uBlock-user
changed the title
suggestion: add manual build instructions + windows script
Add manual build instructions + windows script
May 2, 2020
I was trying to figure out how to load the source tree unpacked into Chrome and eventually found that there is some build process. I ended up needing to manually run
git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
in the directory above the package and runtools/make-chromium.sh
from inside WSL to finally get a loadabledist/build/uMatrix.chromium
unpacked distribution that Chrome can load.This wasn't specified in any README file. Adding windows batch scripts might also be appropriate.
Thanks for the developers of this wonderful extension!
The text was updated successfully, but these errors were encountered: