diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-23 20:11:10 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-23 20:11:10 +0200 |
commit | 5fc35517cb180940c026cf91aedd52d6c4ca0677 (patch) | |
tree | f1a258488cd8c1cca534c19718109a0cb55041ec | |
parent | 5a4cffd35e9c04959b4b9dc9507b881b0c3be916 (diff) | |
download | logdiag-5fc35517cb180940c026cf91aedd52d6c4ca0677.tar.gz logdiag-5fc35517cb180940c026cf91aedd52d6c4ca0677.tar.xz logdiag-5fc35517cb180940c026cf91aedd52d6c4ca0677.zip |
Update README
-rw-r--r-- | README.adoc | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/README.adoc b/README.adoc index 81c95dc..735311b 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,8 @@ logdiag 'logdiag' is a simple multiplatform schematic editor written in GTK+. -This software has never really been finished, and is no longer being worked on. +This software has never really been finished, and is no longer being worked on, +although I strive to keep it building on Windows XP and elsewhere. image::docs/user-guide/logdiag-en.png[align="center"] @@ -53,28 +54,22 @@ Build from source on Windows ---------------------------- _Note that with the current method we're stuck with GTK+ 3.8.2._ -First install CMake and MinGW. Add both to your system path. If you want -to build an installation package, also install NSIS. If you want to build within -a path containing spaces, fix your FindPkgConfig.cmake to say: +First install CMake and MinGW. Add both to your system path. If you want +to build an installation package, also install NSIS. If you want to build +within a path containing spaces, fix your FindPkgConfig.cmake to say (#22396): separate_arguments(_pkgconfig_invoke_result UNIX_COMMAND "${_pkgconfig_invoke_result}") Run the following command in the directory with source files to automatically -fetch and setup all dependencies (contact me if the script becomes obsolete, -it's easy to fix but I usually update it only just a short while before -releasing a new version in order to resolve compatibility issues): +fetch and set up all dependencies (note that Windows XP is no longer able to +download from HTTPS sources): > cmake -P Win32Depends.cmake -Note that Windows XP is no longer able to reliably download from HTTPS sources. - -Reserve a directory for an out-of-source build: +Reserve a directory for an out-of-source build and let CMake prepare the build: > mkdir build > cd build - -Let CMake prepare the build: - > cmake .. -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release Now you can generate a package with CPack. You may choose between: |