Skip to content

Commit eab3051

Browse files
committed
Merge pull request #22 from Databean/addSDL_ttf
Added SDL2_TTF files to project
2 parents f9d307f + b74c0f6 commit eab3051

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ warsofcatan
1919
*.test
2020
/Default
2121
*.wocs
22+
23+
sdl2ttf/.libs/*
24+
sdl2ttf/glfont
25+
sdl2ttf/showfont

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ language: cpp
22
before_install:
33
- sudo add-apt-repository ppa:antumdeluge/sdl2 -y
44
- sudo apt-get update -y
5-
- sudo apt-get install libsdl2 libsdl2-dev -y
5+
- sudo apt-get install libsdl2 libsdl2-dev libsdl2-ttf libsdl2-ttf-dev -y
66
script: make tests

0 commit comments

Comments
 (0)