@@ -47,24 +47,35 @@ First you need to download the AAF-devel-libs for your platform
4747
4848http://sourceforge.net/projects/aaf/files/AAF-devel-libs/1.1.6
4949
50+
51+ If your platform isn't there then you'll need to download the full AAF SDK
52+ and build it yourself.
53+
5054.. note ::
51- On Windows if you use the prebuild AAF-devel-libs you may
52- require the Microsoft Visual C++ 2010 Redistributable Package (x86 _, x64 _).
53- Also required is Visual Studio or `Microsoft Visual C++ Compiler for Python 2.7 `__.
55+ On Windows the prebuild AAF-devel-libs need the
56+ Microsoft Visual C++ 2010 Redistributable Package (x86 _, x64 _).
57+
58+ For Python <= 3.2 you will need the `Visual C++ Compiler for Python 2.7 `_ or Visual Studio 2008.
59+
60+ For Python >= 3.3 you will need the `Windows 7 SDK `_ or Visual Studio 2010.
61+ To setup the Windows SDK for python I'd recommend following `this guide here `_.
5462
5563.. _x86 : https://www.microsoft.com/en-ca/download/details.aspx?id=5555
5664.. _x64 : https://www.microsoft.com/en-ca/download/details.aspx?id=14632
57- __ https://www.microsoft.com/en-ca/download/details.aspx?id=44266
65+ .. _Visual C++ Compiler for Python 2.7 : https://www.microsoft.com/en-ca/download/details.aspx?id=44266
66+ .. _Windows 7 SDK : https://www.microsoft.com/en-us/download/details.aspx?id=3138
67+ .. _this guide here : http://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/#for-python-3-4
5868
59- If your platform isn't there then you'll need to download the full SDK
60- and build it yourself .
69+
70+ To build inplace and test .
6171
6272::
6373
6474 $ git clone https://github.com/markreidvfx/pyaaf.git
6575 $ cd pyaaf
6676 $ export AAF_ROOT=path/to/root/of/AAF-devel-libs
67- $ python setup.py install
77+ $ python setup.py build_ext --inplace
78+ $ nosetest
6879
6980
7081API Reference
0 commit comments