• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Compiling Talaturen's IP Changer on Linux

Dan Mandes

The same old Man
Joined
Jul 11, 2007
Messages
39
Reaction score
0
Location
São Paulo, Brasil
Hi, in this tutorial, I will show how to compile Talaturen's IP Changer on Linux in ANY distro (tested on Ubuntu Intrepid 8.10).

1 - Download this files:
src.7z - UploadHyper.com - Talaturen's IP Changer source code
Qt SDK for Open Source C++ development on Linux/X11 32-bit — Qt - A cross-platform application and UI framework - QT SDK

2 - Run QT SDK installer:
In console, run:
[download path]/qt-sdk-linux-x86-opensource-2009.02.bin

3 - Unzip the source code (if you have problems, download the 7zip here Download)

4 - COMPILE:
In console, go to the extracted dir and run:
$ [QT SDK dir]/qt/bin/qmake ipchanger.pro
$ make

DONE
 
You forgot to say that you have to run
Code:
chmod u+x qt-sdk-linux-x86-opensource-2009.02.bin
before you can install the package.

Aswell, to compile you must have g++ installed.
Code:
sudo apt-get install g++

I just compiled it successfully on Ubuntu 9.04 (100% fresh install)

all the packages i had to install to get this working:

Code:
sudo apt-get install libfreetype6-dev libglib2.0-dev libsm-dev libxrender-dev libfontcongig-dev libxext-dev


My only problem now is that i get "Failed to se the RSA key" when i try to change the ip address.
 
Last edited:
Back
Top