Cant build liquidbounce
-
@windows-10x gradlew build
type this in your terminal
-
@stfwissue it says command not found for gradlew
-
@windows-10x cd LiquidBounce
-
git clone https://github.com/CCBlueX/LiquidBounce
cd LiquidBounce
git submodule update --init --recursive
gradlew setupDevWorkspace
gradlew clean build
-
@stfwissue cd: no such file or directory: liquidbounce
-
@windows-10x Make a folder for LiquidBounce, and inside it open command prompt. Then paste these commands one by one:
git clone https://github.com/CCBlueX/LiquidBounce
cd LiquidBounce
git submodule update --init --recursive
gradlew build
Should work.
-
@suicidemouse it still says command not found gradlew
-
@windows-10x Have you even installed gradle?
-
@windows-10x gradle literally comes with lb
-
-
download git, install it, then open the git cmd app
now type these in git cmd
git clone https://github.com/CCBlueX/LiquidBounce
cd LiquidBounce
git submodule update --init --recursive
gradlew setupDevWorkspace
gradlew clean build
-
@suicidemouse ok
-
@windows-10x hope this helps
-
-
@suicidemouse it still says command not found: gradlew
-
@windows-10x bruh, check the Documents/LiquidBounce folder
also i need 3 reps, u can upvote some of my postsdone -
@suicidemouse i used gradlew sh and it worked
-
@windows-10x ok then