c++ - Visual Studio Compile Source -


i compile source: https://github.com/benjamin-dobell/heimdall

i'm have downloaded source launch visual studio , open heimdall/main.cpp when trying f5 nothing happening.

please help

have @ readmes (e.g. win32):

appendix b - installing heimdall suite source

heimdall , heimdall frontend both utilise cmake managing build process. cmake can generate files various build systems including gnu make , visual studio. however, official packages compiled gnu make , mingw-w64 gcc/g++.  note: official builds use mingw-w64 because on-going cross-platform       development simpler when using 1 ide (jetbrain's clion)       , similar toolchains.  1. setup mingw-w64 build environment utilising msys2:      http://msys2.github.io/  2. after installing msys2 command prompt launch, enter:      pacman -syu     pacman -s mingw-w64-x86_64 mingw-w64-x86_64-clang mingw-w64-x86_64-cmake mingw-w64-x86_64-libusb mingw-w64-x86_64-qt5-static make  3. add mingw-w64 binaries path environment variable:      export path="/mingw64/bin:$path"  4. build heimdall & heimdall frontend      mkdir build     cd build     cmake -g "msys makefiles" -dcmake_build_type=release -dqt5widgets_dir=/c/msys64/mingw64/qt5-static/lib/cmake/qt5widgets ..     make 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -