Try to re-work release building script a little.
[dcpomatic.git] / README
diff --git a/README b/README
index 26b857be1b8c7799df1c860eb1ac9c035aec0a2a..fd3983c29e04f02d36f219aeb61f151eedeee0f3 100644 (file)
--- a/README
+++ b/README
@@ -4,30 +4,47 @@ dvd-o-matic
 Hello!
 
 
-Building
---------
+Building for Linux
+------------------
 
 ./waf configure
 ./waf
 sudo ./waf install
 
 
+Building for Windows
+--------------------
+
+...is quite involved.  You need to build (or download) all the dependencies.
+I'll put my scripts up at some point.
+
+
 Dependencies
 ------------
 
 You will need these libraries:
 
-    FFmpeg
+    libdcp (from http://carlh.net/software/libdcp)
+    FFmpeg version 0.9.x or higher
     libtiff
     boost thread and filesystem
-    libopenjpeg
+    libopenjpeg 1.5.0 or higher
+    wxWidgets
+    libsndfile
+    libssh
 
-and also the command line tools:
+and also the command line tool:
 
-    opendcp_mxf and opendcp_xml (from OpenDCP http://code.google.com/p/opendcp/)
     vobcopy (if you want to rip DVDs straight into DVD-o-matic)
 
 
+Documentation
+-------------
+
+There is a manual available at http://carlh.net/software/dvdomatic
+The DocBook source for this is in doc/manual.
+
+
 In a nutshell
 -------------
 
@@ -41,7 +58,7 @@ Fill in the fields in the window (most importantly the `content' field:
   specify your video, and the `Name' field: give your project [and hence DCP]
   a name.)
 Move the slider to see thumbnails; adjust crop if necessary.
-Click "Make DCP" and go and make a really strong cup of tea.
+Select "Jobs->Make DCP" and go and make a really strong cup of tea.
 The DCP will be written to the project's directory; copy this to your
   media server and ingest.
 
@@ -55,7 +72,6 @@ The `Format' field dictates what size your image will be:
 - Scope: 2.39:1 images to the DCI spec.
 
 
-
 Server/client
 -------------
 
@@ -79,4 +95,4 @@ Email me at cth@carlh.net in the first instance.
 
 
 Carl Hetherington
-July 2012
+August 2012