Page 2 of 6

Re: Windows Server

Posted: Fri Feb 06, 2015 4:43 pm
by tokariew
4.5.9 version: https://tokariew.xyz/nextcloud/s/gfXEikeqrZ8EnPx

and few notes for guys who want compile server for windows on linux using mingw
you should have wine. it's neccesary to compile.

you should from version 4.5.9, maybe 4.5.8.a too from cmd1.c and slash.c in src/server folder delete this lines

Code: Select all

#define BACKTRACE_NOTHINGS
#ifdef BACKTRACE_NOTHINGS
 #include <execinfo.h>
#endif
probably they should look like it for adding execinfo.h to linux builds of servers and not adding them for rest of systems:

Code: Select all

#if defined(__linux__)
 #include <execinfo.h>
#endif
but i not sure if it works good.

Re: Windows Server

Posted: Sun May 03, 2015 8:26 pm
by tokariew
4.6.0 version of server is here: https://tokariew.xyz/nextcloud/s/pfYTFL99patnbRe

Re: Windows Server

Posted: Mon Dec 21, 2015 8:20 pm
by tokariew
4.6.1 version: https://tokariew.xyz/nextcloud/s/SBLWsQHdkqdbXwz
don't use gcc 5.1.0 to compile. After that i have problem with connecting to server, maybe some error with my network.

Re: Windows Server

Posted: Tue Aug 30, 2016 12:31 am
by tokariew
ancient snapshot…
newest snapshot: https://www.dropbox.com/s/i30yur2hki0i6 ... 1.zip?dl=0

It keep increase in size, I should start to learn more about compiling probably…
to compile it was used: i686-w64-mingw32-gcc (GCC) 6.1.0 20160427 (Fedora MinGW 6.1.0-1.fc24)
It's snapshot, so beware of Dragon eating your dog

Re: Windows Server

Posted: Sat Sep 17, 2016 3:18 pm
by tokariew
Snapshot deleted
slighty newer snapshot TomeNET 4.6.1.2 (Compiled Sep 17 2016 15:56:01):
https://www.dropbox.com/s/agtmkxedi8jxd ... 7.zip?dl=0

Re: Windows Server

Posted: Sun Oct 09, 2016 3:56 pm
by tokariew
4.7.0 version of server: https://tokariew.xyz/nextcloud/s/kystxYPNHGyaaPa

If you want it to report to meta, and be visible for everyone, edit tomenet.cfg file in lib/config directory and run as admin

It's have already updated lua from 2016-10-09

Re: Windows Server

Posted: Sun Oct 09, 2016 9:06 pm
by tokariew
4.7.0a version: https://tokariew.xyz/nextcloud/s/RPGTFsZLXf9D56E
That was quick :D

Re: Windows Server

Posted: Wed Oct 12, 2016 7:21 am
by tokariew
so little update, for ninja update of source code
link is the same.

Re: Windows Server

Posted: Mon Dec 19, 2016 8:51 pm
by tokariew

Re: Windows Server

Posted: Sun Mar 12, 2017 2:16 am
by tokariew