diff --git a/crypto_plugins/flutter_liblelantus b/crypto_plugins/flutter_liblelantus index bd2fd863e..9188e8fa9 160000 --- a/crypto_plugins/flutter_liblelantus +++ b/crypto_plugins/flutter_liblelantus @@ -1 +1 @@ -Subproject commit bd2fd863eb638e462ef9c29e97631bfa48f00f8a +Subproject commit 9188e8fa925d1dee5a91d984a92a962027d7a3d3 diff --git a/crypto_plugins/flutter_libmonero b/crypto_plugins/flutter_libmonero index ef58ec86a..8e44fcdee 160000 --- a/crypto_plugins/flutter_libmonero +++ b/crypto_plugins/flutter_libmonero @@ -1 +1 @@ -Subproject commit ef58ec86a684f0d1b60f0966f80eff8fdc8d1181 +Subproject commit 8e44fcdeefd289b293ee22d415e4e80c2469532a diff --git a/docs/building.md b/docs/building.md index df4374797..596fec99f 100644 --- a/docs/building.md +++ b/docs/building.md @@ -144,13 +144,13 @@ Set up Ubuntu 20.04 in WSL2. Follow the entire Linux host section to get set up - `stack_wallet/crypto_plugins/flutter_libepiccash/scripts/windows/build/libepic_cash_wallet.dll` - `stack_wallet/crypto_plugins/flutter_liblelantus/scripts/windows/build/libmobileliblelantus.dll` - + ### Install Flutter on Windows host Install Flutter 3.7.12 on your Windows host (not in WSL2) by following these instructions: https://docs.flutter.dev/get-started/install/windows or by running `scripts/windows/deps.ps1`. You may still have to add `C:\development\flutter\bin` to PATH before proceeding, even if you ran `deps.ps1`. Run `flutter doctor` in PowerShell to confirm its installation. ### Dependencies -Install the Windows SDK: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ You may need to install the [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/), which can be installed [by Visual Studio](https://stackoverflow.com/a/73923899) (`Tools > Get Tools and Features... > Modify > Individual Components > Windows 10 SDK`) +Install the Windows SDK: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ You may need to install the [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/), which can be installed [by Visual Studio](https://stackoverflow.com/a/73923899) (`Tools > Get Tools and Features... > Modify > Individual Components > Windows 10 SDK`). Enable Developer Mode for symlink support, ``` @@ -162,7 +162,8 @@ You may need to install NuGet and CppWinRT / C++/WinRT SDKs version `2.0.210806. winget install 9WZDNCRDMDM3 # NuGet, can also use Microsoft.NuGet winget install Microsoft.Windows.CppWinRT -Version 2.0.210806.1 ``` -or [download the package](https://www.nuget.org/packages/Microsoft.Windows.CppWinRT/2.0.210806.1) and [manually install it](https://github.com/Baseflow/flutter-permission-handler/issues/1025#issuecomment-1518576722). +or [download the package](https://www.nuget.org/packages/Microsoft.Windows.CppWinRT/2.0.210806.1) and [manually install it](https://github.com/Baseflow/flutter-permission-handler/issues/1025#issuecomment-1518576722) by placing it in `flutter/bin` with [nuget.exe](https://dist.nuget.org/win-x86-commandline/latest/nuget.exe) and installing by running `nuget install Microsoft.Windows.CppWinRT -Version 2.0.210806.1` in the root `stack_wallet` folder. + ### Run prebuild script @@ -180,5 +181,5 @@ or manually by creating the files referenced in that script with the specified c Run the following commands: ``` flutter pub get -flutter run windows +flutter run -d windows ```