简体   繁体   中英

How to Build OOLua in Visual Studio 2013

I'm currently trying to build OOLua in Visual Studio 2013. I have run the "premake4 vs2013" command and got a oolua.sln which looks like this:

http://imgur.com/jwP39pv

If I only build the oolua project is succeeds, but whenever I try to build the solution, I get a lot of errors everywhere. Am I supposed to build the whole solution or just the oolua project? How do I build the whole solution if that's what I have to do?

You have built the static library and that is all that is required. The solution includes all the tests, which if you want to run them requires Gmock and CppUnit.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM