diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-22 02:52:08 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-22 02:52:08 (EST) |
commit | 5e506978c09fb28cf538647cd24e42b25b43cdcf (patch) | |
tree | 939b96b3a1403f81e532c0a913e0672176388cf2 | |
parent | 46198164868ac463b34d50ca708fd55808cb711a (diff) |
Add tree of opkg dependencies.
-rw-r--r-- | opkg-dependencies.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opkg-dependencies.txt b/opkg-dependencies.txt new file mode 100644 index 0000000..e7c9f7b --- /dev/null +++ b/opkg-dependencies.txt @@ -0,0 +1,14 @@ +to build configure script of SVN version: + GNU Autoconf + GNU M4 + Perl + ??? +to support signed package archives: + GNU Privacy Guard + GnuPG Made Easy +optional: + Curl +to find library information: + pkg-config + GLib + libffi |