Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

How to Compile it in Windows or open it qt creator #3

Open
0x1330 opened this issue Sep 19, 2014 · 8 comments
Open

How to Compile it in Windows or open it qt creator #3

0x1330 opened this issue Sep 19, 2014 · 8 comments

Comments

@0x1330
Copy link

0x1330 commented Sep 19, 2014

hi

how i can open it in qt creator ?

how to use cmake to compile for windows ?

thank ,

@garrappachc
Copy link
Contributor

Hi,
QtCreator has support for CMake, so the only thing you need to have is CMake itself installed in your system. You can download it here: http://www.cmake.org/download/
As for version 0.1 only MinGW is supported, version 1.0 will have MS Visual Studio 2013 support.

@0x1330
Copy link
Author

0x1330 commented Sep 19, 2014

what is this?

-- Could NOT find QUAZIP (missing: QUAZIP_LIBRARIES QUAZIP_INCLUDE_DIR QUAZIP_ZLIB_INCLUDE_DIR QUAZIP_INCLUDE_DIRS)

@garrappachc
Copy link
Contributor

You need to have QuaZIP dependency installed -> http://quazip.sourceforge.net/

@0x1330
Copy link
Author

0x1330 commented Sep 19, 2014

how to install it ?

@garrappachc
Copy link
Contributor

You need to download the source code, compile it (under QtCreator, for example) and install. Just like a typical Qt-based C++ library.
Btw, I am writing a page covering the subject of building Vatsinator under all supported platforms. All details will be described there. You just need to wait for a couple of days, until I finish it.

@0x1330
Copy link
Author

0x1330 commented Sep 19, 2014

Thank You <3

@PaulWalkerUK
Copy link

I see the wiki has notes for building on Linux and this ticket has a few pointers for Windows - is there anything we should know before (a c++ novice) starts trying to build on Windows?

@garrappachc
Copy link
Contributor

No, not really. I managed to build Vatsinator under QtCreator 4.1.0 with Qt 5.7.0 without any issues. The only thing I'd like to mention is that you should be on the develop branch, not master. Master is a little bit outdated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants