Skip to content

Commit

Permalink
Use travis apt addon to install intltool
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Dec 24, 2018
1 parent de06ef3 commit 1a8b369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ services:

addons:
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-5-dev
- intltool

cache:
directories:
Expand All @@ -30,7 +32,3 @@ install:

script:
- houston ci

before_install:
- sudo apt install -y intltool

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ You'll need the following dependencies to build:
* libjson-glib-dev
* meson
* valac
* intltool

`sudo apt install meson valac libgee-0.8-dev libcairo2-dev libjson-glib-dev libgdk-pixbuf2.0-dev libwnck-3-dev libgtksourceview-3.0-dev libjson-glib-dev`
`sudo apt install meson valac libgee-0.8-dev libcairo2-dev libjson-glib-dev libgdk-pixbuf2.0-dev libwnck-3-dev libgtksourceview-3.0-dev libjson-glib-dev intltool`

Run `meson build` to configure the build environment and then change to the build directory and run `ninja` to build:

Expand Down

0 comments on commit 1a8b369

Please sign in to comment.