Enviado em 30/10/2012 - 22:31h
http://code.google.com/p/linux-tibia-ip-changer/
Não consigo instalar o programa:
equirements:
g++,
wxWidgets GUI library(if you wanna have ip-changer with GUI),
pgrep
Install:
$./configure(if console mode)
$./configure --with-gui(if gui mode)
$make
#make install
If you wanna use console mode:
change -ip serverIp serverPort clientVersion
change -un serverIp serverPort clientVersion unstandardTibiaProcessName
.......................................................................
masternook@masternook-Capella-IbexPeak-M-Chipset:~/Downloads/ip-changer$ make
g++ -c -Wall main.cpp -o main.o
g++ -c -Wall change.cpp -o change.o
g++ -c -Wall process.cpp -o process.o
g++ -c -Wall tibiapid.cpp -o tibiapid.o
g++ -c -Wall history.cpp -o history.o
g++ main.o change.o process.o tibiapid.o history.o -o change
mv *.o ./Objects
masternook@masternook-Capella-IbexPeak-M-Chipset:~/Downloads/ip-changer$ sudo make install
mv change /usr/local/bin
masternook@masternook-Capella-IbexPeak-M-Chipset:~/Downloads/ip-changer$
O que fazer depois deste passo ?
Não consigo instalar o programa:
equirements:
g++,
wxWidgets GUI library(if you wanna have ip-changer with GUI),
pgrep
Install:
$./configure(if console mode)
$./configure --with-gui(if gui mode)
$make
#make install
If you wanna use console mode:
change -ip serverIp serverPort clientVersion
change -un serverIp serverPort clientVersion unstandardTibiaProcessName
.......................................................................
masternook@masternook-Capella-IbexPeak-M-Chipset:~/Downloads/ip-changer$ make
g++ -c -Wall main.cpp -o main.o
g++ -c -Wall change.cpp -o change.o
g++ -c -Wall process.cpp -o process.o
g++ -c -Wall tibiapid.cpp -o tibiapid.o
g++ -c -Wall history.cpp -o history.o
g++ main.o change.o process.o tibiapid.o history.o -o change
mv *.o ./Objects
masternook@masternook-Capella-IbexPeak-M-Chipset:~/Downloads/ip-changer$ sudo make install
mv change /usr/local/bin
masternook@masternook-Capella-IbexPeak-M-Chipset:~/Downloads/ip-changer$
O que fazer depois deste passo ?