Skip to content

Commit

Permalink
Add glm (header) library
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhaedicke committed Mar 26, 2014
1 parent 363f89a commit c8166f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,12 @@ then
cd .. || exit $?
fi

unzip ../glm-0.9.5.2.zip || exit $?
cd glm || exit $?
cp -r glm "${PREFIX}/include" || exit $?
rm -rf "${PREFIX}/include"/*.txt || exit $?
cd .. || exit $?

cd "${WORKING_DIR}"
rm -rf "${BUILD_TMP_DIR}"

1 change: 1 addition & 0 deletions download-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ curl -L -O http:https://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.0.tar.gz
curl -L -O http:https://ftp.gnu.org/gnu/gettext/gettext-0.18.3.tar.gz || exit $?
curl -L -O http:https://sourceforge.net/projects/libpng/files/zlib/1.2.8/zlib-1.2.8.tar.gz || exit $?
curl -L -O http:https://sourceforge.net/projects/libpng/files/libpng16/1.6.10/libpng-1.6.10.tar.gz || exit $?
curl -L -O http:https://sourceforge.net/projects/ogl-math/files/glm-0.9.5.2/glm-0.9.5.2.zip || exit $?

0 comments on commit c8166f7

Please sign in to comment.