diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-08-22 06:03:50 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-08-22 06:03:50 +0200 |
commit | 35df3d7d0928b57166b2da800d40d38f079ce768 (patch) | |
tree | 7115ab12528b4c199abfac6adafb6e65508c416a | |
parent | 30d8bf3e2835dbb0bf6876a6a1d4dd227ba335a9 (diff) | |
download | sciteco-35df3d7d0928b57166b2da800d40d38f079ce768.tar.gz |
minor INSTALL typos fixed
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,7 @@ SciTECO Build and Runtime Dependencies * Groff (only when formatting HTML manuals) * Doxygen (only when generating developer documentation) -These dependencies are bundles with the SciTECO Git repository +These dependencies are bundled with the SciTECO Git repository and with source tar balls, so they usually do not have to be installed by the user manually: @@ -68,8 +68,8 @@ Automake installed. Now you are ready to configure the build system. Make sure you have all the build and run-time dependencies -installed mentioned above (except Scintilla/Scinterm which -is bundled with SciTECO by default). +installed that have been mentioned above (except +Scintilla/Scinterm which is bundled with SciTECO by default). Usually as with other Autoconf projects something like this is sufficient: |