Skip to content

Building the Project

Muhammad Kevin edited this page Feb 20, 2023 · 2 revisions

now, on this page will tell you how to Building the Project with different Tutorial

Codeblocks (Windows Version)

  1. Download CodeBlocks from http://www.codeblocks.org/downloads/binaries/ and download MINGW Version
  2. Download this project
  3. Open GTProxy.cbp
  4. Before build this project, Press Settings --> Compiler...

    image
  5. And then go to Linker settings

    image
  6. And then, put -lws2_32 -lwinmm on Other linker options. after put that, press OK

    image
  7. and now, you are ready to build the project, to build the project, you can press image

Manual Build (GCC Windows Version)

If you have gcc is not recognize issue, please read 1 to 5

  1. Make sure, you installed GCC for Windows (you can use CodeBlocks MINGW Version for manual build)
  2. to making environment, goto Control Panel and type environment and then press Edit the system environment variables

    image
  3. press Environment Variables...

    image
  4. press PATH on System Variables

    image
  5. Add your GCC path to system variables (because i am using CodeBlocks MINGW, so i must search CodeBlocks Path) and then press OK

    image
  6. after you put GCC Path to system variables, now open Command Prompt, and cd to project path, and type build

    image

Manual Build (Linux Version)

  1. first, you need build-essential, to install build-essential type sudo apt install build-essential
  2. after install build-essential, do git clone https://github.com/GuckTubeYT/GTProxy (if you get error message like this git: command not found, you must install git, to install git, type sudo apt install git)
  3. goto the project folder, and then type bash build.sh
  4. to run App, type ./proxy

Manual Build (Android Version)

  1. Download termux at F-Droid and then install the Termux
  2. After Download and Install Termux, open the App, and do pkg update to update the package
  3. After update the package (pkg update) now install build-essential and git, to install build-essential and git, type pkg install build-essential git -y and then wait until the download and installation done
  4. and then, type git clone https://github.com/gucktubeyt/gtproxy
  5. goto the gtproxy folder cd gtproxy
  6. and then, type bash build.sh
  7. and then, you can run the proxy app, to run proxy app, type ./proxy