• 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!

OTClient how to rebuild otclient and tfs on ubuntu?

Diarreamental

Well-Known Member
Joined
Jul 6, 2015
Messages
453
Solutions
1
Reaction score
80
Hello i've succesfuy compiled otclient anand tfs on ubuntu 18.04 following the github and with a bit of help.
my question now if i have edited th source how do i rebuild in linux ? like in windows'?
i want to rebuild all over agaain, not to build

thanks
 
Hello i've succesfuy compiled otclient anand tfs on ubuntu 18.04 following the github and with a bit of help.
my question now if i have edited th source how do i rebuild in linux ? like in windows'?
i want to rebuild all over agaain, not to build

thanks
Open your terminal inside OTClient, cd to your build folder you created inside the project and type make again :)

Sincerely,
Ralumbi
 
It sure is my friend :)
Make sure you aren't running the client while re-building. It will get you an error since it cannot replace the current otclient build.

Have fun building your OTClient!!!

Sincerely,
Ralumbi
 
No, it's not REbuilding as in clean build.
Try make clean followed by make, if that doesn't work then:
Delete your build dir and recreate it again, mkdir build && cd build && cmake .. then just make.
 
Back
Top