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
77d2d780
Commit
77d2d780
authored
May 05, 2011
by
Oliver Bock
Browse files
Updated libxml2 download URL
parent
6a64dd87
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
77d2d780
...
...
@@ -281,7 +281,7 @@ prepare_libxml()
echo
"Retrieving libxml2 (this may take a while)..."
|
tee
-a
$LOGFILE
cd
$ROOT
/3rdparty
||
failure
rm
-f
libxml2-sources-2.6.32.tar.gz
>>
$LOGFILE
2>&1
||
failure
wget
--passive-ftp
ftp://xmlsoft.org/libxml2/libxml2-sources-2.6.32.tar.gz
>>
$LOGFILE
2>&1
||
failure
wget
--passive-ftp
ftp://xmlsoft.org/libxml2/
old/
libxml2-sources-2.6.32.tar.gz
>>
$LOGFILE
2>&1
||
failure
tar
-xzf
libxml2-sources-2.6.32.tar.gz
>>
$LOGFILE
2>&1
||
failure
rm
libxml2-sources-2.6.32.tar.gz
>>
$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