xargs needed

This commit is contained in:
Joey Hess 2010-10-27 19:10:28 -04:00
parent 27d28b0bf2
commit 2de5f51a57

View file

@ -1,8 +1,9 @@
To build and use git-annex, you will need:
* git: <http://git-scm.com/>
* `git`: <http://git-scm.com/>
* The Haskell Platform: <http://haskell.org/platform/>
* MissingH: <http://github.com/jgoerzen/missingh/wiki>
* uuid: <http://www.ossp.org/pkg/lib/uuid/>
* `uuid`: <http://www.ossp.org/pkg/lib/uuid/>
* `xargs`: <http://savannah.gnu.org/projects/findutils/>
Then just [[download]] git-annex and run: `make; make install`