[pan: 2/16] add new readme
- From: Dominique Dumont <ddumont src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan: 2/16] add new readme
- Date: Mon, 25 Apr 2022 17:36:04 +0000 (UTC)
commit 830fdf89fe6f11e54b3a96072c3abded26041ffb
Author: Thomas Tanner <thosrtanner googlemail com>
Date: Sun Mar 27 20:09:31 2022 +0100
add new readme
README.mingw | 2 +-
README.mingw64_msys2 | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletion(-)
---
diff --git a/README.mingw b/README.mingw
index 783e6bd..ef25153 100644
--- a/README.mingw
+++ b/README.mingw
@@ -1,4 +1,4 @@
-The environment
+The environment
===============
installed mingw 5.0.2 with C++ and mingw-make from http://www.mingw.org/download.shtml
installed msys 1.0.11-2004.04.03-1 from http://www.mingw.org/download.shtml
diff --git a/README.mingw64_msys2 b/README.mingw64_msys2
new file mode 100644
index 0000000..7738486
--- /dev/null
+++ b/README.mingw64_msys2
@@ -0,0 +1,29 @@
+Instructions for msys2/mingw64
+
+
+See https://www.mingw-w64.org/
+ https://www.msys2.org/
+
+Install msys2 as per instructions. You will also need to install
+* pcre
+* gtk3
+* gmime
+
+$ pacman -S pcre mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gmime
+
+Then you can create an msys2 x64 window and run autogen and make.
+
+If you want to make a standalone pan, you will need to do the following:
+
+1. Copy pan into directory of your choice
+1. cd <target dir>
+1. Run `ldd pan.exe | grep '\/mingw.*\.dll' -o | xargs -I{} cp "{}" .`
+1. Copy GdkPixbuf Loaders
+1.1. `cp -r /mingw64/lib/gdk-pixbuf-2.0 ./lib/gdk-pixbuf-2.0
+1. Copy Icon themes
+1.1. `cp -r /mingw64/share/icons/* ./share/icons/
+1. Copy settins schemas
+1.1. `cp /mingw64/share/glib-2.0/schemas/* ./share/glib-2.0/schemas/`
+1.1. `glib-compile-schemas.exe ./share/glib-2.0/schemas/`
+
+This version of pan will run, but so far not been able to see images
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]