aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-07-24 10:08:58 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-07-24 10:08:58 +0200
commit7f357cb7c8dde62ff9bea81fdc7060172a2cf75a (patch)
tree79766494f903bea6f62586e4c07e3b9a9b3b56eb
parentb4db65d2463a0fd2c30d280b5491b3b435aaba56 (diff)
downloadlogdiag-7f357cb7c8dde62ff9bea81fdc7060172a2cf75a.tar.gz
logdiag-7f357cb7c8dde62ff9bea81fdc7060172a2cf75a.tar.xz
logdiag-7f357cb7c8dde62ff9bea81fdc7060172a2cf75a.zip
Fix Win32Depends.cmake, update README
-rw-r--r--README.adoc13
-rw-r--r--Win32Depends.cmake2
2 files changed, 6 insertions, 9 deletions
diff --git a/README.adoc b/README.adoc
index 22f21d0..b1d65c7 100644
--- a/README.adoc
+++ b/README.adoc
@@ -3,8 +3,7 @@ logdiag
'logdiag' is a simple multiplatform schematic editor written in GTK+.
-This software is considered to be of alpha quality and isn't recommended for
-regular usage.
+This software has never really been finished, and is no longer being worked on.
image::docs/user-guide/logdiag-en.png[align="center"]
@@ -16,7 +15,7 @@ a package with the latest development version from Archlinux's AUR.
Requirements
------------
Runtime dependencies: GTK+ >= 3.8, json-glib >= 0.10.4, lua >= 5.2 +
-Build dependencies: CMake >= 2.8
+Build dependencies: CMake >= 2.8.12
Build from source on Unix-like systems
--------------------------------------
@@ -47,11 +46,9 @@ CMake offers DEB and RPM.
After _cpack_ finishes making the package, install this file.
- $ fakeroot cpack -G DEB
+ $ cpack -G DEB
# dpkg -i logdiag-version-system-arch.deb
-Leave out the fakeroot for CMake >= 2.8.9, it's been fixed since.
-
Build from source on Windows
----------------------------
_Note that with the current method we're stuck with GTK+ 3.10.4 at best._
@@ -78,11 +75,11 @@ Let CMake prepare the build:
Now you can generate a package with CPack. You may choose between:
1. An NSIS-based installation package:
-
++
> cpack -G NSIS
2. A portable ZIP package:
-
++
> cpack -G ZIP
By default, that is if you specify no generator, both packages are built.
diff --git a/Win32Depends.cmake b/Win32Depends.cmake
index 61347da..d86c23f 100644
--- a/Win32Depends.cmake
+++ b/Win32Depends.cmake
@@ -31,7 +31,7 @@ set (pkg_gtk_root "http://ftp.gnome.org/pub/gnome/binaries/win32")
set (pkg_gtk_urls "${pkg_gtk_root}/dependencies/gettext-tools-0.17.zip")
set (pkg_gtk_md5 "09baff956ebd1c391c7f71e9bd768edd")
-set (pkg_gtkalt_root "http://win32builder.gnome.org")
+set (pkg_gtkalt_root "https://download.geany.org/contrib/gtk")
set (pkg_gtkalt_urls "${pkg_gtkalt_root}/gtk+-bundle_3.8.2-20131001_win32.zip")
set (pkg_gtkalt_md5 "3f9b159207edf44937f209b4a5e6bb63")