wintermute-devel team mailing list archive
-
wintermute-devel team
-
Mailing list archive
-
Message #00203
Re: [Question #158179]: Cannot Compile
Question #158179 on Wintermute changed:
https://answers.launchpad.net/wintermute/+question/158179
Status: Open => Answered
Adrian Borucki proposed the following answer:
First of all, don't invoke 'cmake .' because it make mess in the main
directory (and corrupts existing Makefile), use three commands instead:
'mkdir build', 'cd build', 'cmake ..'
CMake complains because you haven't installed WntrData library, do it
first. Branch for it is lp:~wintermute-devel/wintermute/database
--
You received this question notification because you are a member of
Wintermute Developers, which is an answer contact for Wintermute.