diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-18 12:07:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-18 12:07:00 +0100 |
| commit | 433181493ec423d0427fce633c1613522c115f63 (patch) | |
| tree | 78b6b835e2a4bd4e7a4c39766f37a958193bffc1 | |
| parent | 63a302f28562f88dcaba91acbcb31e06ecd55297 (diff) | |
Add README.
| -rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +== libdcp + +Hello. + + +== Building: + +./waf configure +./waf +./waf install + + +== Dependencies + +boost filesystem library +OpenSSL +libsigc++ + + +== Documentation + +Run doxygen in the top-level directory and then see build/doc/html/index.html. + |
