Hi forum,
I recently found the source of the game editor , until i work on the VB for game programming . to achieve more powerful tasks i started c++ .
I am trying to compile the code in windows through follow the instructions in compilation.txt given with source code.
In that it mention as follows
If you are using the Windows to build, get the cmake (http://cmake.org/) and generate the Visual Studio files with the follow configuration:
CMAKE_INSTALL_PREFIX:llvm/bin (or other path you want)
LLVM_BUILD_EXAMPLES:false
LLVM_BUILD_TOOLS:true
LLVM_ENABLE_ASSERTIONS:true
LLVM_ENABLE_PIC:false
LLVM_ENABLE_THREADS:true
LLVM_TABLEGEN:tblgen
LLVM_TARGETS_TO_BUILD:ARM;CBackend;CppBackend;Mips;MSIL;PowerPC;X86
LLVM_TARGET_ARCH:host
As mentioned above i just confused how to generate visual studio files . the just give the path of the game editor folder which have the code. After set and configure as mentioned above . i got the error
CMake Error: The source directory "E:/Game editor/game-editor/trunk/gameEditor" does not appear to contain CMakeLists.txt.
this is the first error i got . where to i get this CMakeLists.txt for to generate the files .
thank you in advance