diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-28 01:28:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-28 01:28:48 +0000 |
| commit | 8b01c1bce806abeac7488a256326287be3aae5fb (patch) | |
| tree | c60513538c192750d18d401c60005d9ef4d16e07 /doc | |
| parent | f5d79d3a1abc999aa133219db26544b8e6bc926a (diff) | |
Fix libdcp version in manual.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manual/dvdomatic.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/dvdomatic.xml b/doc/manual/dvdomatic.xml index 3143772c7..a94be83cc 100644 --- a/doc/manual/dvdomatic.xml +++ b/doc/manual/dvdomatic.xml @@ -169,9 +169,9 @@ You can build libdcp using: </para> <programlisting> -wget http://carlh.net/software/libdcp-0.20.tar.bz2 -tar xjf libdcp-0.20.tar.bz2 -cd libdcp-0.20 +wget http://carlh.net/software/libdcp-0.24.tar.bz2 +tar xjf libdcp-0.24.tar.bz2 +cd libdcp-0.24 ./waf configure ./waf build sudo ./waf install |
