From ef0d1e19799d180c87e7093fb42ca51ba779f74d Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Sat, 8 Jul 2017 14:33:45 +0200 Subject: [PATCH] List requirements of building libSavitar I just tried on a computer that had SIP 4.19.0 and that wasn't sufficient. I normally build with 4.19.2 and that works, and just now I upgraded that first computer to 4.19.3 so that works too. I don't know about 4.19.1 but 4.19.2 works in any case. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3fd085d..00a6330 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Introduction libSavitar is a c++ implementation of 3mf loading with SIP python bindings. +Requirements +------------ + +libSavitar requires SIP version 4.19.2 or higher: https://www.riverbankcomputing.com/software/sip/download + Build instructions Windows with MSVC ------------------------------------