mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-02 05:50:34 +03:00
961 B
961 B
Setup
-
Run
vagrant up
and wait for provisioning to finish -
Log in with password:
vagrant
-
Open Programs and Features -> Microsoft Visual Studio Community 2015 -> Change. Click Modify, Add or remove components and add the following components:
- Programming Languages -> Visual C++ -> Common Tools for Visual C++ 2015
- Windows and Web Development -> ClickOnce Publishing Tools
- Windows and Web Development -> Universal Windows App Development Tools -> Windows 10 SDK
-
Open command prompt as administrator
-
Run
Z:\vagrant\windows\install-qt.bat
. Accept all the defaults, except for the components selection page. Deselect all and then select the following components:- Qt -> Qt 5.9.3 -> msvc2015 32-bit
-
Run
Z:\vagrant\windows\install-pyotherside.bat
-
Run
choco install -y git
. This should ideally be done by the provisioning script, but it fails for some reason.