diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-29 19:15:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-29 19:15:45 +0100 |
| commit | 856bf40f586665549c7b890b9f5c1b3240daa145 (patch) | |
| tree | a9ab3057885ff25d01a6fedcddb17c08f0ef4e00 /README.md | |
| parent | 2070358ea52d238028dd4e6d98d0bd6c58d69932 (diff) | |
Use markdown for README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..b8bcc3f3 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +libdcp +====== + +Hello. + + +Acknowledgements +================ + +Wolfgang Woehl's cinemaslides was most informative on the +nasty details of encryption. + + +Building +======== + + ./waf configure + ./waf + sudo ./waf install + + +Dependencies +============ + +boost filesystem, signals2 and unit testing libraries +openssl +libsigc++ +libxml++ +xmlsec +openjpeg (1.5.0 or above) + + +Documentation +============= + +Run doxygen in the top-level directory and then see build/doc/html/index.html. + +There are some examples in the examples/ directory. |
