hello dear friends of Xenko,
the last days i had much struggle to build the xenko binaries from source code from the following link on github:
https://github.com/SiliconStudio/xenko
Installation of the Xenko - Editor with the precompiled binaries was no problem.
The sampled can be modified an compiled an be run in VS 2015 without problem.
Die Xenko Addon was installed in VS 2015 and the environment variable is set.
Compiling the solution gives hundreds of errors because of the many, many dependencies one dll has from the others an so one. Everyone who has checked the source code knows what i mean.
I desperately tried to find the first core.dll code which should not have any other dependencies but that i could not figure out.
Visual Studio is installed completely with updates from microsoft.
Please can someone really try to compile the given Solution on github ?
The explanation howto compile such a very, very complex solution with such a big amount of dependent dll files should be some more in detail.
Any help possible ?
The reason why i want compile the binaries myself is, that i want to migrate a game project to xenko, but want to be shure that i can solve upcoming problems by modifying the source code.