← Back to team overview

wintermute-devel team mailing list archive

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.