aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2021-06-07 18:23:23 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2021-06-08 19:10:03 +0200
commitb6de523a77149b0262403721ede2ee57c0d3716e (patch)
tree45e608581b1e021bf347d14e8518fbc75e406836 /README
parent073f5f28b835d3bda5e8771383c26d78d9740768 (diff)
downloadsciteco-b6de523a77149b0262403721ede2ee57c0d3716e.tar.gz
added nightly builds for GTK+ 3 on Win32 (currently broken)
* turns out that we need icon themes and pixbuf loaders as well * GTK assumes an UNIX like hierarchy, so we package sciteco.exe and all DLLs into a bin/ subdir. * The SciTECO icons probably shouldn't be in bin/. If we installed them into the hicolor icon theme, GTK might pick them up automatically. This would work under Windows and UNIX. * The GTK builds are still broken. I do really need a real system (MSYS installation) to play around.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 69bb85d..7c2d2e8 100644
--- a/README
+++ b/README
@@ -116,10 +116,10 @@ There are prebuilt binary packages and source bundles for your convenience:
for Windows users.
* The official [SciTECO homepage](http://sciteco.sf.net/) is a live demo.
-These releases may be quite outdated, so you may also give a try to the
-[nightly Ubuntu packages](https://nightly.link/rhaberkorn/sciteco/workflows/nightly/master) -
+These releases may be quite outdated, so you may also try out the
+[nightly builds](https://nightly.link/rhaberkorn/sciteco/workflows/nightly/master) -
they represent the repository's HEAD commit but may well be instable.
-Both ncurses and Gtk+ packages are provided.
+Both ncurses and Gtk+ packages are provided both for Ubuntu and Windows.
If everything fails, you can try building from source.
See [`INSTALL`](INSTALL) for more details.