From c436362416074e42c1a85ef63aa2f291374b6f36 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 6 May 2014 21:32:13 +0530 Subject: [PATCH] ... --- setup/installer/windows/notes.rst | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/setup/installer/windows/notes.rst b/setup/installer/windows/notes.rst index cce6880aff..a0b49471aa 100644 --- a/setup/installer/windows/notes.rst +++ b/setup/installer/windows/notes.rst @@ -350,16 +350,6 @@ and the include_dirs() function to return Run:: python setup.py install -lcms2 ------------- - -Use the VS .sln in the Projects/VS2008 folder to build (remeber to set build -type to Release and choose x64 is needed):: - - cp include/*.h ~/sw/include/ - find . -type f \( -name "*.dll" -o -name "*.dll.manifest" \) -exec cp "{}" ~/sw/bin/ \; - find . -type f \( -name "*.lib" \) -exec cp "{}" ~/sw/lib/ \; - Python Imaging Library ------------------------ @@ -372,9 +362,6 @@ Edit setup.py setting the ROOT values, like this:: Set zip_safe=False -PIL needs lcms 1.x we have lcms 2.x so disable the lcms module. Look for the -line feature.want('lcms') and prefix it with ``False and``. - Build and install with:: python setup.py install @@ -391,7 +378,7 @@ then enter the source field. In cmake: disable GTK, Qt, openjpeg, cpp, lcms, gtk_tests, qt_tests. Enable jpeg, png and zlib:: - cp build/utils/Release/*.exe ../../bin/ + cp build/utils/Release/*.exe ~/sw/bin podofo ----------