GitXplorerGitXplorer
l

vulcan-libxml-2.8.0

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
67858ee7c3431efc657a3933e9832948be04973c

Reformat the build command for better display

committed 11 years ago
Unverified
adc20396341cf8beea32c3f41faa64e8364d7058

Add some helpful links to the README

committed 11 years ago
Unverified
0882a20c5dcbfef2fc3ac2d3e0be94d0bfccb406

Add libxml2 v2.8.0 source

committed 11 years ago
Unverified
bb32d5814504cd6949e740af4022db14f031d9ae

commit

committed 11 years ago

README

The README file for this repository.

Vulcanized libxml2 v2.8.0

This project uses the Heroku Vulcan build system to build a copy of libxml2 v2.8.0 for use on Heroku.

Build Command

The following build command has been successful on previous runs:

vulcan build --source="." --output="libxml2.tar.gz" --verbose \
  --command "./configure --prefix=/app/vendor && make && make install"