Page 1 of 1

DIR Folder

PostPosted: Sat Aug 23, 2014 20:36
by Nickruig
Where can I select the DIR folder for compiling the source?

Thanks,
Nickruig

Re: DIR Folder

PostPosted: Sat Aug 23, 2014 22:09
by Casimir
"dir" normally means "directory". Where does it say you need this? Which operating system are you using?

Re: DIR Folder

PostPosted: Sun Aug 24, 2014 04:30
by Dragonop
Just for being sure, where did you downloaded Minetest?

Re: DIR Folder

PostPosted: Sun Aug 24, 2014 11:59
by Nickruig
Doesnt matter I already got it. But when I Configure with CMake it says sound cannot be used how can I fix this?

Re: DIR Folder

PostPosted: Sun Aug 24, 2014 12:03
by Krock
Nickruig wrote: sound cannot be used how can I fix this?

Ubuntu, Windows, Arch linux, mac, ... ?

There are PPAs for linux.

Re: DIR Folder

PostPosted: Sun Aug 24, 2014 13:15
by Nickruig
Windows 7 64 Bit

Re: DIR Folder

PostPosted: Sun Aug 24, 2014 13:26
by Krock
You don't need to build your minetest version, there are pre-built in-developement versions.

viewtopic.php?p=150065#p150065 (MSVC, 32 & 64 bit)
viewtopic.php?p=151091#p151091 (MinGW, 32 & 64 bit)
viewtopic.php?p=149843#p149843 (MSVC, 64 bit)
viewtopic.php?p=151834#p151834 (MSVC, 32 bit)

Re: DIR Folder

PostPosted: Sun Aug 24, 2014 18:17
by Nickruig
But what if I want to make my own version of the game?

Re: DIR Folder

PostPosted: Mon Aug 25, 2014 17:12
by celeron55
You have to define the sound library related variables in MT's CMake build system (and likely download and possibly compile some of those libraries).

Reading these will probably give you enough information to continue:

http://dev.minetest.net/Compiling_Minet ... on_Windows
http://dev.minetest.net/Build_Win32_min ... _libraries
https://github.com/minetest/minetest/bl ... ts.txt#L61
https://github.com/minetest/minetest/bl ... ldwin32.sh