Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    how to compile liquidbounce properly

    General Discussion
    4
    9
    95
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • suicidemouse33
      suicidemouse33 last edited by suicidemouse33

      okay so, you want to compile liquidbounce but you keep getting errors, well this thread might help you

      for legacy

      1. install jdk 8 from here and set the JAVA_HOME variable (if you are on windows) (the tutorial is here)
      2. install git from here
      3. after you are done installing both, open git cmd
      4. type this: git clone https://github.com/CCBlueX/LiquidBounce
      5. after its done, type cd LiquidBounce
      6. type git checkout legacy since you want to use lb b73
      7. type gradlew setupDevWorkspace idea genIntellijRuns
      8. open the folder (C:\Users\yourname\LiquidBounce) in Intellij IDEA (if you want to edit the source code)
      9. after you built it with the gradlew build command, the jar file will be in the LiquidBounce/build/libs folder

      for nextgen

      1. install jdk 16 from here and set the JAVA_HOME variable (if you are on windows) (the tutorial is here)
      2. install git from here
      3. after you are done installing both, open git cmd
      4. type this: git clone https://github.com/CCBlueX/LiquidBounce
      5. after its done, type cd LiquidBounce
      6. type gradlew genSources
      7. 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)
      8. after you built it with the gradlew build command, the jar file will be in the LiquidBounce/build/libs folder
      IFUMLN Salvatore Sammarco cancernameu 3 Replies Last reply Reply Quote 1
      • IFUMLN
        IFUMLN @suicidemouse33 last edited by

        @suicidemouse cool

        1 Reply Last reply Reply Quote 0
        • Referenced by  suicidemouse33 suicidemouse33 
        • Salvatore Sammarco
          Salvatore Sammarco @suicidemouse33 last edited by

          @suicidemouse this step cause some error to me i can send the screenshot of my errors?

          suicidemouse33 1 Reply Last reply Reply Quote 0
          • suicidemouse33
            suicidemouse33 @Salvatore Sammarco last edited by

            @salvatore-sammarco send it please

            1 Reply Last reply Reply Quote 0
            • cancernameu
              cancernameu @suicidemouse33 last edited by

              @suicidemouse You can also skip the IDE and just type ./gradlew build

              suicidemouse33 1 Reply Last reply Reply Quote 1
              • suicidemouse33
                suicidemouse33 @cancernameu last edited by suicidemouse33

                @cancernameu step 7, step 8 is optional.

                cancernameu 1 Reply Last reply Reply Quote 0
                • cancernameu
                  cancernameu @suicidemouse33 last edited by

                  @suicidemouse yeah but you still need to gradlew build

                  suicidemouse33 1 Reply Last reply Reply Quote 1
                  • suicidemouse33
                    suicidemouse33 @cancernameu last edited by suicidemouse33

                    @cancernameu well yeah, edited

                    1 Reply Last reply Reply Quote 0
                    • suicidemouse33
                      suicidemouse33 last edited by

                      im going to edit this thread for gnu/linux users

                      1 Reply Last reply Reply Quote 1
                      • First post
                        Last post