Skip to content

Commit

Permalink
properly install gtk2 development library
Browse files Browse the repository at this point in the history
  • Loading branch information
lejafar committed Aug 12, 2018
1 parent 9e0d0a8 commit 527fa29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='python-openctm',
version='0.0.0',
version='1.0.0',
description='Python Interface for the OpenCTM Library',
long_description='Python Interface for the OpenCTM Library',
url='https://github.com/lejafar/python-openctm',
Expand Down
3 changes: 2 additions & 1 deletion travis/build-openctm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# If on Linux, install GTK2
if [[ uname == 'Linux' ]]; then
yum install gtk2-devel -y
yum groupinstall "Development Tools" -y
yum install gtk+-devel gtk2-devel -y
fi

git clone https://github.com/Danny02/OpenCTM.git openctm_tmp
Expand Down

0 comments on commit 527fa29

Please sign in to comment.