This guide has been removed. It's highly recommended you use the Docker method (Windows, Linux) of installing instead. If you see need to view this guide check the version history.
If you need help then join the LEGO Universe Community Hub Discord server and ask for help in the #questions
channel.
Guide made by Deleted User d183a1c4#7217
.
If your WSL is running out of RAM, try specifying a limit to the
-j
(e.i.:make -j 4
). By default,make -j
will make as many jobs as possible which may exceed the amount of RAM your WSL has available.