Skip to content

Commit

Permalink
Add gcc, pkg-config as build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Sep 4, 2017
1 parent d0b1849 commit 52f7f9c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ packages:
archlinux:
builddeps:
- make
- gcc
- pkg-config
deps:
- ncurses
- readline
fedora26:
builddeps:
- make
- gcc
- pkg-config
- ncurses-devel
- readline-devel
deps:
Expand All @@ -25,6 +29,8 @@ packages:
centos7.3:
builddeps:
- make
- gcc
- pkgconfig
- ncurses-devel
- readline-devel
deps:
Expand All @@ -36,6 +42,8 @@ packages:
ubuntu16.04:
builddeps:
- make
- gcc
- pkg-config
- libncursesw5-dev
- libreadline6-dev
deps:
Expand All @@ -44,6 +52,8 @@ packages:
ubuntu17.10:
builddeps:
- make
- gcc
- pkg-config
- libncursesw5-dev
- libreadline6-dev
deps:
Expand All @@ -52,6 +62,8 @@ packages:
debian9:
builddeps:
- make
- gcc
- pkg-config
- libncursesw5-dev
- libreadline-dev
deps:
Expand Down

0 comments on commit 52f7f9c

Please sign in to comment.