how to compile liquidbounce properly
-
okay so, you want to compile liquidbounce but you keep getting errors, well this thread might help you
for legacy
- install jdk 8 from here and set the JAVA_HOME variable (if you are on windows) (the tutorial is here)
- install git from here
- after you are done installing both, open git cmd
- type this:
git clone https://github.com/CCBlueX/LiquidBounce
- after its done, type
cd LiquidBounce
- type
git checkout legacy
since you want to use lb b73 - type
gradlew setupDevWorkspace idea genIntellijRuns
- open the folder (C:\Users\yourname\LiquidBounce) in Intellij IDEA (if you want to edit the source code)
- after you built it with the
gradlew build
command, the jar file will be in the LiquidBounce/build/libs folder
for nextgen
- install jdk 16 from here and set the JAVA_HOME variable (if you are on windows) (the tutorial is here)
- install git from here
- after you are done installing both, open git cmd
- type this:
git clone https://github.com/CCBlueX/LiquidBounce
- after its done, type
cd LiquidBounce
- type
gradlew genSources
- open the folder (C:\Users\LiquidBounce on windows or /home/LiquidBounce on gnu/linux) in Intellij IDEA (if you want to edit the source code)
- after you built it with the
gradlew build
command, the jar file will be in the LiquidBounce/build/libs folder
-
@suicidemouse cool
-
suicidemouse33
-
@suicidemouse this step cause some error to me i can send the screenshot of my errors?
-
@salvatore-sammarco send it please
-
@suicidemouse You can also skip the IDE and just type
./gradlew build
-
@cancernameu step 7, step 8 is optional.
-
@suicidemouse yeah but you still need to
gradlew build
-
@cancernameu well yeah, edited
-
im going to edit this thread for gnu/linux users