Open Oganesson403 opened 3 years ago
Try doing the unpack command in an Administrator Command Prompt instead of MSYS2.
The building guide says to run on MSYS shell, but it fails with ExtractionError. So the guide should be updated to ask user to run the chromium src download and unpacking on an Administrator Prompt, it requires Python installed on Windows instead of MSYS.
Probably it fails because tar is used on MSYS. 7Zip is better and way faster than tar.
Hi, I am new. I was just following the instructions in 'Building'.
I setup the build environment (visual studio, 7zip, python both versions and git), then cloned this repo using commands in https://github.com/ungoogled-software/ungoogled-chromium-windows#building-1. Then setup MSYS2, and ran the 'pacman' and 'ln' command. Now, in Updating Patches, when running unpack command, I get the following error, with several can not create symlink errors before this.
Am I missing something? Is there a need to install something related to tar? Please help.