diff options
author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-04 19:41:25 +0200 |
---|---|---|
committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-04 21:04:54 +0200 |
commit | b493b517601219840331d32f405960a81a0c0df3 (patch) | |
tree | d0744e37246179b900a277e9f864ea416f140d7a /README | |
parent | a06f071ffce291a694e6936ab1a424c5ffa8bf55 (diff) | |
download | sciteco-b493b517601219840331d32f405960a81a0c0df3.tar.gz |
added 20-freebsd14-osx-sciteco: this builds OS X nightly binaries via osxcross
* In contrast to the old Github workflow, we can no longer create pkgs,
but instead create tar balls. You don't necessarily have to unpack
it into the root, though, since the binaries are relocatable.
* We cannot execute the resulting binaries, so the testsuite is no
longer run under OS X. It could be executed with Darling, but only
under Linux.
* Resulting binaries are currently apparently fully statically linked.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -147,11 +147,11 @@ So you may also try out the following nightly builds: * [Gtk packages](https://software.opensuse.org/download.html?project=home:rhaberkorn:sciteco:UNSTABLE&package=sciteco-gtk) * [Curses packages](https://software.opensuse.org/download.html?project=home:rhaberkorn:sciteco:UNSTABLE&package=sciteco-curses) * [Nightly builds](https://sciteco.fmsbw.de/downloads/nightly) - ~~for Mac OS,~~ Windows and Linux AppImages. + for Mac OS, Windows and Linux (AppImages). Nightly builds represent the repository's HEAD commit but may well be unstable. -~~For [Mac OS X](https://sciteco.fmsbw.de/knowledge/Mac%20OS%20Support/), -we currently only provide *experimental* ncurses builds.~~ +For [Mac OS X](https://sciteco.fmsbw.de/knowledge/Mac%20OS%20Support/), +we currently only provide *experimental* ncurses builds. If everything fails, you can try building from source. See [`INSTALL`](https://git.fmsbw.de/sciteco/tree/INSTALL) for more details. |