diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-10 19:04:16 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-13 00:58:14 +0300 |
commit | 23eeb185eb5ef3d9de2c19831eefa9b36e3f767b (patch) | |
tree | 47305233fec27f91b5ce3a394a02000f44a5c861 | |
parent | 244a54a18b7db6af177c9d10f3224772f08d7484 (diff) | |
download | sciteco-23eeb185eb5ef3d9de2c19831eefa9b36e3f767b.tar.gz |
updated INSTALL: how to install dependencies on Fedora and FreeBSD
-rw-r--r-- | INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -60,6 +60,16 @@ as follows: libglib2.0-dev libncurses-dev libgtk-3-dev \ groff doxygen +The same on Fedora: + + $ sudo dnf install git gcc gcc-c++ make pkg-config autoconf automake libtool \ + glib2-devel ncurses-devel gtk3-devel groff doxygen + +And on FreeBSD: + + $ sudo pkg install git gmake pkgconfig autoconf automake libtool \ + glib gtk3 groff doxygen + Building from Source Tar Ball or Repository =========================================== |