Browse Source

ronn is needed as part of the main build

master
Reece H. Dunn 9 years ago
parent
commit
828dc929b7
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      .travis.yml
  2. 1
    1
      README.md

+ 1
- 1
.travis.yml View File

@@ -11,7 +11,7 @@ before_install:
- sudo apt-get update -qq

install:
- sudo apt-get install -qq libpulse-dev portaudio19-dev libsonic-dev
- sudo apt-get install -qq libpulse-dev portaudio19-dev libsonic-dev ruby-ronn

script:
- ./autogen.sh

+ 1
- 1
README.md View File

@@ -55,6 +55,7 @@ Core dependencies:
|---------------|------------------------------------------------------------------|
| autotools | `sudo apt-get install make autoconf automake libtool pkg-config` |
| c11 compiler | `sudo apt-get install gcc` |
| ronn | `sudo apt-get install ruby-ronn` |

Optional dependencies:

@@ -70,7 +71,6 @@ Documentation dependencies:
| Dependency | Install |
|---------------|--------------------------------------|
| kramdown | `sudo apt-get install ruby-kramdown` |
| ronn | `sudo apt-get install ruby-ronn` |

Cross-compiling for windows:


Loading…
Cancel
Save