From: Lars Op den Kamp Date: Thu, 3 Nov 2011 19:17:40 +0000 (+0100) Subject: removed boost dep from the README X-Git-Tag: upstream/2.2.0~1^2~127 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=b09e2433c38e7874893aecb70e8ed0494d370fd4 removed boost dep from the README --- diff --git a/README b/README index c5f1080..6c23712 100644 --- a/README +++ b/README @@ -7,7 +7,6 @@ To install libCEC on Linux: # sudo make install To install libCEC on Windows: -* go to /project and execute download-deps.cmd to download Boost. * open /project/libcec.sln with Visual C++ 2010 or Visual Studio 2010. * build the project. * copy libcec.dll and pthreadVC2.dll to your desired destination. @@ -15,7 +14,6 @@ To install libCEC on Windows: To build an installer on Windows: * download and install the Windows DDK. * download and install NSIS. -* go to /project and execute download-deps.cmd to download Boost. * go to /project and execute create-installer.cmd to create the installer. * the installer is stored as /project/libCEC-installer.exe