mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update README.md
This commit is contained in:
parent
69fd01a4fe
commit
e425f3b861
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/alex313031/thorium?label=Version%3A) ![GitHub](https://img.shields.io/github/license/alex313031/thorium?color=green&label=License%3A) ![GitHub commit activity](https://img.shields.io/github/commit-activity/w/alex313031/thorium?color=blueviolet&label=Commit%20Activity%3A)
|
||||
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/alex313031/thorium?label=Version%3A) ![GitHub](https://img.shields.io/github/license/alex313031/thorium?color=green&label=License%3A) ![GitHub commit activity](https://img.shields.io/github/commit-activity/w/alex313031/thorium?color=blueviolet&label=Commit%20Activity%3A) ![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/ChromiumBrowser?style=social)
|
||||
# Thorium
|
||||
|
||||
<img src="https://github.com/Alex313031/Thorium/blob/main/logos/chrome_app_icon_192.png">
|
||||
|
@ -43,6 +43,8 @@ _**The scripts assume the Chromium source is at $HOME/chromiums/src/. You may ha
|
|||
NOTE: To get back to "Trunk", i.e. to revert all changes in order to build vanilla chromium, just run `./trunk.sh` again. \
|
||||
NOTE: To compile without AVX, simply go to *//chromium/src/build/config/compiler/BUILD.gn*, search for *mavx* (there's only two <br/> lines), and replace *mavx* with *msse3*, then remove the lines right under both of those that contain *"-ffp-contract=fast",*
|
||||
|
||||
https://www.reddit.com/r/ChromiumBrowser/ is a subreddit I made for Thorium and general Chromium discussion and https://alex313031.blogspot.com/ is a blog I made.
|
||||
|
||||
− Thanks to https://github.com/robrich999/ for some info that went into this project.\
|
||||
− Also thanks to https://github.com/bromite/bromite, https://github.com/saiarcot895/chromium-ubuntu-build, https://github.com/Eloston/ungoogled-chromium, and https://github.com/GrapheneOS/Vanadium for patch code.
|
||||
|
||||
|
|
Loading…
Reference in a new issue