Skip to content

tangled-dev/tangled-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

142 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getting started

follow this instructions to build the tangled browser or download it from tangled.com

get the source code

clone the repository and it's submodules

    git clone https://github.com/tangled-dev/tangled-browser.git
    git submodule init
    git submodule update

checking out chromium

follow the instructions to get the chromium source code and configurations for your operating system.

after installing the tools and dependencies to build chromium, run the following command to get the source code

    fetch --nohooks --no-history chromium

the source code is very large and the download may take 30 minutes in a fast connection, and many hours on slower ones.

building the tangled browser

the process will build the dependencies

and apply the patches required to build the tangled browser.

to start the process, you use the script upgrade_tangled.sh <version> < win | linux | darwin > < x64 | arm64 > <build folder> [full upgrade]< true | false >

for example:

    sh upgrade_tangled.sh 110.0.5481.38 linux x64 out/Default true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published