Qt5 bundle

Qt5 bundle link in wiki is death any mirror?

Hi, please check this site. Required package should be the 6th one.

Thanks. I don’t want to create new topic so I write here. I’m try to build vcmi with Windows/Cmake/MinGW, but I can’t compile boots libs, when I trying this i have an error: name “gcc” isn’t recognized…]

C:\Users\Vampir\Downloads\boost_1_55_0\boost_1_55_0>bootstrap.bat mingw b2 tools
et=gcc --without-python --stage
Building Boost.Build engine
Nazwa 'gcc' nie jest rozpoznawana jako polecenie wewnętrzne lub zewnętrzne,
program wykonywalny lub plik wsadowy.

Failed to build Boost.Build engine.
Please consult bootstrap.log for furter diagnostics.

You can try to obtain a prebuilt binary from

   http://sf.net/project/showfiles.php?group_id=7586&package_id=72941

Also, you can file an issue at http://svn.boost.org
Please attach bootstrap.log in that case.

Try adding GCC directory location to system PATH variable.
EDIT:
A, yeah, there it is

But where is system PATH variable?

rapidee.com/en/about

It’s work xD but still some errors xD

Boost version: 1.55.0
Found the following Boost libraries:
  date_time
  filesystem
  locale
  program_options
  system
  thread
Found ZLIB: C:/Users/Vampir/Documents/vcmi-dev/depends/bin/libzlib.dll (found version "1.2.8") 
Found FFmpeg: C:/Users/Vampir/Documents/vcmi-dev/depends/lib/libavcodec.dll.a;C:/Users/Vampir/Documents/vcmi-dev/depends/lib/libavformat.dll.a;C:/Users/Vampir/Documents/vcmi-dev/depends/lib/libavutil.dll.a;C:/Users/Vampir/Documents/vcmi-dev/depends/lib/libswscale.dll.a  
Could NOT find MINIZIP (missing:  MINIZIP_LIBRARY MINIZIP_INCLUDE_DIR) 
Looking for include file pthread.h
Looking for include file pthread.h - found
Looking for pthread_create
Looking for pthread_create - found
Found Threads: TRUE  
Found SDL2: mingw32;C:/Users/Vampir/Documents/vcmi-dev/depends/lib/libSDL2main.a;C:/Users/Vampir/Documents/vcmi-dev/depends/lib/libSDL2.dll.a (found version "2.0.3") 
Found SDL2_image: C:/Users/Vampir/Documents/vcmi-dev/depends/lib/libSDL2_image.dll.a (found version "2.0.0") 
Found SDL2_mixer: C:/Users/Vampir/Documents/vcmi-dev/depends/lib/libSDL2_mixer.dll.a (found version "2.0.0") 
Found SDL2_ttf: C:/Users/Vampir/Documents/vcmi-dev/depends/lib/libSDL2_ttf.dll.a (found version "2.0.12") 
cotire 1.6.6 loaded.
CMake Error at CMakeLists.txt:144 (find_package):
  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Widgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Widgets" with
  any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake

  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  "Qt5Widgets_DIR" to a directory containing one of the above files.  If
  "Qt5Widgets" provides a separate development package or SDK, be sure it has
  been installed.

Are you sure that your environment has been prepared properly? I just managed to set it up with some minor errors, but everything works fine now. Ah, and I talk about MinGW/CMake of course.
If there’re still any errors, maybe you try to do the whole preparation again carefully.