Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added compilation doc
  • Loading branch information
Letoonik committed Apr 27, 2023
1 parent 54b23f2 commit a235c4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ When you open the Epic Game Launcher afterwards and go into your library, it wil

Note: Probably doesn't work for Unreal Engine Installations (at least it didnt work for me).

# How to compile
1. Install Visual Studio C# .NET SDK 6.0
2. Download the repo and run `dotnet build --configuration=Release` in cmd
3. The binary will appear in `..\EpicGamesImportTool-main\EGSIT.UI\bin\Release\net6.0-windows\EGSIT.UI.exe`

## This repo was forked from https://github.com/FFouetil/EpicGamesImportTool. It was a little broken, so I fixed it (by randomly adding some imports in the C# files) and provided propper binaries in a zip file. All credit goes to FFouetil.
![-](https://raw.githubusercontent.com/Letoonik/EpicGamesImportTool/main/.github/workflows/pic.png)

0 comments on commit a235c4d

Please sign in to comment.