Commit 9ecd6039 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

DOC: add example

parent b5c75ad9
...@@ -49,6 +49,8 @@ if [ -n "$IS_OSX" ]; then ...@@ -49,6 +49,8 @@ if [ -n "$IS_OSX" ]; then
fi fi
function build_simple { function build_simple {
# Example: build_simple libpng $LIBPNG_VERSION
# http://download.sourceforge.net/libpng tar.gz --additional --configure --arguments
local name=$1 local name=$1
local version=$2 local version=$2
local url=$3 local url=$3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment