minetest windows builds...

Tarmik
New member
 
Posts: 8
Joined: Wed Feb 18, 2015 21:56

minetest windows builds...

by Tarmik » Fri Feb 20, 2015 22:50

Hi !

Compiling on Windows:
- This section is outdated.

Tried on vs2012, 32-bit, and yes instructions are bit out dated.
Starting from irrlicht - I needed to use irrlicht-1.8.1 , not 1.7 like readme mentions.
sql lite 3 I've also somehow hacked in.

one fix I have made to function:

bool detectMSVCBuildDir(char *c_path)
{
std::string path(c_path);
const char *ends[] = {
"bin\\RelWithDebInfo", // This line added
"bin\\Release",
"bin\\Debug",
"bin\\Build",
NULL};
return (removeStringEnd(path, ends) != "");
}

Used RelWithDebInfo - was also wondering why there are optimizations enabled, normally should not be ?

Are most of people using linux as development platform - or why so many problems with windows port ?
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: minetest windows builds...

by rubenwardy » Fri Feb 20, 2015 23:30

Nearly all of the developers are on Linux. It's only a matter of three terminal commands there.
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

Re: minetest windows builds...

by philipbenr » Sat Feb 21, 2015 03:39

Yes, ruben is correct. Also, I am interested in this. I do wish to make my own windows builds, mainly to grab the latest version when I want it.
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: minetest windows builds...

by Krock » Sat Feb 21, 2015 10:08

Well, don't notice many problems with my Windows builds since I got the correct libraries.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 


Return to Minetest Engine

Who is online

Users browsing this forum: No registered users and 15 guests

cron