diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-22 18:09:41 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-22 18:33:31 +0200 | 
| commit | a1f6ffd226efcc0aa42b8a03046a2e1f09786d0d (patch) | |
| tree | 9079c58e2c8339bf77b69df3cd77e01f83aebae9 /README.adoc | |
| parent | 1eee1831a5f6af817c835fbf69bb8c31bde4cb49 (diff) | |
| download | fiv-a1f6ffd226efcc0aa42b8a03046a2e1f09786d0d.tar.gz fiv-a1f6ffd226efcc0aa42b8a03046a2e1f09786d0d.tar.xz fiv-a1f6ffd226efcc0aa42b8a03046a2e1f09786d0d.zip  | |
Make scripts capable of 32-bit Windows builds
Now binaries can be (cross-)built using GCC for 32- and 64-bit Windows.
Additional improvements:
 - Within MSYS2, try to install the required dependencies automatically.
 - Within MSYS2, fix passing libdir paths to pkg-config.
 - Prune documentation from extracted package files,
   addressing the incredible slowness of Windows filesystem operations.
 - Fix the script name in README.adoc instructions.
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 1d22cbe..5923dc0 100644 --- a/README.adoc +++ b/README.adoc @@ -68,7 +68,7 @@ dependencies listed at the beginning of 'msys2-configure.sh',  plus rsvg-convert from librsvg2, and icotool from icoutils.  Beware that the build will take up about a gigabyte of disk space. - $ sh -e msys2-cross-configure.sh builddir + $ sh -e msys2-configure.sh builddir   $ meson install -C builddir  If everything succeeds, you will find a portable build of the application  | 
