Skip to content

Commit

Permalink
Add note about frozen window builds in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Feb 7, 2024
1 parent 5c441df commit 9e79b6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion coinlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dart pub add coinlib
If you are using the library for web, the library is ready to use. If you are
using the library on Linux, macOS, or Windows, then please see
["Building for Linux"](#building-for-linux),
["Building for macOS"](#building-for-macos), or
["Building for macOS"](#building-for-macos), or
["Building for Windows"](#building-for-windows) below.

The library can be imported via:
Expand Down Expand Up @@ -87,6 +87,11 @@ place the library under a `build` directory.

### Native Windows build

**Please note that native windows builds under this section can sometimes freeze
during the build process.** If this happens please use the WSL build process
described in
["Cross-compiling for Windows using WSL"](#cross-compiling-for-windows-using-wsl).

Building on Windows requires CMake as a dependency.

The Windows shared library can be built using `dart run coinlib:build_windows` in
Expand Down

0 comments on commit 9e79b6a

Please sign in to comment.