Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
graphicsframework
Commits
2173389a
Commit
2173389a
authored
Feb 08, 2012
by
Oliver Bock
Browse files
Use main download site for FreeType
parent
85c6dc28
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
2173389a
...
...
@@ -264,7 +264,7 @@ prepare_freetype()
echo
"Retrieving Freetype2 (this may take a while)..."
|
tee
-a
$LOGFILE
cd
$ROOT
/3rdparty
||
failure
wget http://
mesh.dl.sourceforge.net/sourceforge
/freetype/freetype-2.3.5.tar.bz2
>>
$LOGFILE
2>&1
||
failure
wget http://
download.savannah.gnu.org/releases
/freetype/freetype-2.3.5.tar.bz2
>>
$LOGFILE
2>&1
||
failure
tar
-xjf
freetype-2.3.5.tar.bz2
>>
$LOGFILE
2>&1
||
failure
rm
freetype-2.3.5.tar.bz2
>>
$LOGFILE
2>&1
||
failure
# substitute old source tree
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment