To install Wonderful on your computer, you will need:
Required files:
C:\msys64
, adjust it in the Wonderful installer to match.)Wonderful Toolchain Shell
from the Start menu.This approach is a little experimental, so if it doesn’t work for you, feel free to try the Manual steps below.
Required files:
pacman -S base-devel ca-certificates
./opt/wonderful
directory: mkdir /opt/wonderful
. Other installation locations are not supported at this time./opt/wonderful
(f.e. cd /opt/wonderful/ && tar xzvf [path_to_bootstrap_tar_gz]
)./opt/wonderful/bin/wf-pacman -Syu wf-tools
(no sudo - you don’t need root!) to synchronize and update the toolchain’s package manager.source /opt/wonderful/bin/wf-env
to configure the toolchain's environment variables.Configuration → Environment variables
for more information.These are not recommended and are less tested, but have been used successfully by some users.
Since WSL2 is compatible with Linux, one can follow the Linux installation instructions to get Wonderful running under Windows this way.
could not open file: /etc/mtab: No such file or directory
while trying to use wf-pacman, the following command can create the missing file: sudo ln -s /proc/self/mounts /etc/mtab