aha, yeh I had the same problem, an no info anywhere meant a bit of trial and error.
When presented with the build pack there are 3 directories before the source is cloned at which point there are 4.
the 3 dir in question are:
- dll
- include
- lib
The contents of the include and lib directories need to be placed in the corresponding directories in the visual studio directory '
VC'
(Program Files\Microsoft Visual Studio 10.0\VC\)
So take the contents of the lib directory and put them in..
Program Files\Microsoft Visual Studio 10.0\VC\liband the contents of the include directory into...
Program Files\Microsoft Visual Studio 10.0\VC\includeonce you manage to compile the code the contents of 'dll' should then be placed in the 'bin' folder to which mineserver was compiled.
Hope this helps.
