diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-07 18:23:23 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-08 19:10:03 +0200 |
commit | b6de523a77149b0262403721ede2ee57c0d3716e (patch) | |
tree | 45e608581b1e021bf347d14e8518fbc75e406836 /README | |
parent | 073f5f28b835d3bda5e8771383c26d78d9740768 (diff) | |
download | sciteco-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-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |