From d103722a9ca2b33ae8bd3effdf290ba9df0eb6de Mon Sep 17 00:00:00 2001 From: John Muradeli Date: Mon, 9 Jun 2025 09:21:29 +0000 Subject: [PATCH] Remove Windows from Installation Lost much time trying to get it to work only to learn it's not supported --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 74c403a3..85d2632c 100644 --- a/README.md +++ b/README.md @@ -47,21 +47,6 @@ Troubleshooting note 2: on some systems (but rarely), you'll need to add the ``c Troubleshooting note 3: courtesy of @kschuerholt, here is a [Dockerfile](https://github.com/kschuerholt/pytorch_cuda_opencv_ffcv_docker) that may help with conda-free installation -### Windows -* Install opencv4 - * Add `..../opencv/build/x64/vc15/bin` to PATH environment variable -* Install libjpeg-turbo, download libjpeg-turbo-x.x.x-vc64.exe, not gcc64 - * Add `..../libjpeg-turbo64/bin` to PATH environment variable -* Install pthread, download last release.zip - * After unzip, rename Pre-build.2 folder to pthread - * Open `pthread/include/pthread.h`, and add the code below to the top of the file. - ```cpp - #define HAVE_STRUCT_TIMESPEC - ``` - * Add `..../pthread/dll` to PATH environment variable -* Install cupy depending on your CUDA Toolkit version. -* `pip install ffcv` - ## Citation If you use FFCV, please cite it as: