-
Env:MacOS13.2.1,XcodeSDK14.3.1 I ran the following command to do the build |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
@barappe You cannot compile Thorium with the latest commit in the current repo, because the repo has not yet been rebased. If you need to compile Thorium, you need to roll back the commit to >a49c6332f3ae7cdb1567248a0c14ee0b44929ac3 Then compile according to the guidelines in the repo and Chromium's official documentation. |
Beta Was this translation helpful? Give feedback.
-
@barappe @gz83 What you should do is checkout thorium at The instructions need to be updated, and I also need to make a new .md file specifically for Mac. Sorry. Until then: What you would do then, is run For most of these scripts to work, you will need both thorium and chromium in your home dir. For example, on Linux and Mac they should be ~/thorium and ~/chromium. Keep in mind that the args for ARM and x64 MacOS are seperate. They are in //other/Mac/mac_args.gn and //other/Mac/mac_ARM_args.gn. |
Beta Was this translation helpful? Give feedback.
I think you should try to follow these steps:
git clone https://github.com/Alex313031/thorium.git --recurse-submodules
./VERSION.sh
to switch the chromium source code to the branch …