Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Added curl support and one test | Theo Belaire | 2014-02-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it checks for the existance of curl after failing to find wget. Note that I ended up removing the quotes around $url when referencing it in the call to wget, since urls can't have spaces anyways, and the correct quoting was messy. To test, I did rm -r .deps make clean make cmake make And it worked. | |||
* | | scripts/common.sh: remove a couple bashisms | John Szakmeister | 2014-02-23 | |
|/ | | | | | This allows the scripts to work on systems that don't have /bin/bash as /bin/sh--such as Debian. | |||
* | First pass on getting build working on FreeBSD. | Sean Long | 2014-02-22 | |
| | ||||
* | fix build on OSX | aph | 2014-02-01 | |
| | ||||
* | Automate libuv download and build | Thiago de Arruda | 2014-02-01 | |