Tomenet client build

Discussion about topics that don't fit elsewhere.
Post Reply
Raali
Posts: 2
Joined: Thu Jan 03, 2019 2:14 pm

Tomenet client build

Post by Raali »

Hello,
can anyone tell me please how to build tomenet client under windows.
i assume i need to use cygwin make with makefile.win file?
and what about dependencies, only SDL?
Thanks.
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Tomenet client build

Post by tokariew »

here you have what is needed for linux: http://muuttuja.org/tomenet/installation-linux.php so you can have some place to start with dependencies...
SDL stuff is only when you want to have sound support.

probably you can use mingw: http://www.mingw.org/ and modify makefile.mingw

if you have windows 10: you can probably use WSL Windows Subsystem for Linux and cross-compile it that way, then use mingw variant…

Can I known why want you to compile it?
img {
max-width: 100%;
}
https://tokariew.xyz
Raali
Posts: 2
Joined: Thu Jan 03, 2019 2:14 pm

Re: Tomenet client build

Post by Raali »

tokariew wrote: Thu Jan 03, 2019 7:22 pm Can I known why want you to compile it?
I wanted to look if i can work with project on windows to try to add Russian localization to it
Post Reply