From a42d27570af560c9e210e0430ca2472dad5831d1 Mon Sep 17 00:00:00 2001 From: zoevig <66307695+ZoeVig@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:41:43 +0100 Subject: [PATCH] Delete unreal-engine-setup.md --- docs/unreal-engine-setup.md | 39 ------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 docs/unreal-engine-setup.md diff --git a/docs/unreal-engine-setup.md b/docs/unreal-engine-setup.md deleted file mode 100644 index ccb18b5d..00000000 --- a/docs/unreal-engine-setup.md +++ /dev/null @@ -1,39 +0,0 @@ -## Setup Guide - -This is a guide with all steps to install the Epic Games Launcher and Unreal Engine to get ready to work. - -First up you will need to register on [Epic Games](https://www.epicgames.com/id/register?redirect_uri=https%3A%2F%2Fwww.epicgames.com%2Fstore%2Fen-US%2F&client_id=875a3b57d3a640a6b7f9b4e883463ab4). - -Then depending on your operating system, you will need the following steps: - -### Windows - -- On the [Epic Games main page](https://www.epicgames.com/store/en-US/) click on the top right corner button (`Get Epic Games`). -- A download pop up box should appear, then proceed to download the installer. -- After going through all the steps to install the Epic Games Launcher, open it and sign in using your account. - -### Linux - -- First of all, install `wine` to run Windows programs on Linux systems. - - - If you have a 64-bit Linux system use: `sudo apt install wine64` - - If you have a 32-bit Linux system use: `sudo apt install wine32` - - Check if it is installed correctly with: `wine --version` - -- Then, install `Lutris` in order to download Epic Games with the following commands: - -```sh -sudo add-apt-repository ppa:lutris-team/lutris -sudo apt update -sudo apt install lutris -``` - -- After `Lutris` is installed, open it and on the top bar, search for `Epic Games` and you will see the result `Epic Games Store`. Go ahead and click on `install`. - -- After installing it, open it and sign in with your account. - -### Unreal Engine - -- Once the Epic Games Launcher is opened, go to the `Unreal Engine` tab and select the Library tab. -- Click on the plus icon to add `Unreal Engine 4` and choose the version to install by clicking on the dropdown list. Then click on install. -- After installing the Unreal Engine, you can click on `Launch` and prepare for the next adventure.