# Compiling Eagler Reborn

# Prerequisites

  1. Ownership of Minecraft: Java Edition (its OK if you have gamepass)
  2. A Windows/Mac/Linux computer
  3. FFMPEG (you can download it here (opens new window))
  4. At least Java 11

# Actually compiling the client

First, download the repository to your computer. Then, extract it.

Windows

  1. Double click CompileLatestClient.bat, a GUI resembling a classic windows installer should open
  2. Follow the steps shown to you in the new window to finish compiling
MacOS/Linux
  • Open a terminal in the folder the repository was cloned to

    2. Type chmod +x CompileLatestClient.sh and hit enter

    3. Type ./CompileLatestClient.sh and hit enter, a GUI resembling a classic windows installer should open

    Follow the steps shown to you in the new window to finish compiling
  • Last Updated: 6/22/2023, 8:49:28 PM