diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-05-14 04:56:56 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-05-14 04:56:56 +0300 |
commit | 6333590e0822ccb5e707e4784bfd19ecbae60840 (patch) | |
tree | 02b69d5bf04fd726db9243d91775a6f0b314e5d5 /INSTALL | |
parent | aa2e96a3dc66b7c3607540847d8fada6bb1a6331 (diff) | |
download | sciteco-6333590e0822ccb5e707e4784bfd19ecbae60840.tar.gz |
FreeBSD: fixed test suite
* it appears to behave similar to Mac OS with regard to recursions
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,8 @@ installed by the user manually: On Ubuntu, you can install all dependencies you could possibly need as follows: - $ sudo apt-get install git build-essential autoconf automake libtool \ + $ sudo apt-get install git build-essential \ + pkg-config autoconf automake libtool \ libglib2.0-dev libncurses-dev libgtk-3-dev \ groff doxygen |