From 95b852684e3ecf3f58f2162548cf1490d7f366ba Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 10 Dec 2021 20:21:23 +0530 Subject: [PATCH] Need the qt5 branch of bypy for calibre 5 --- bypy/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bypy/README.rst b/bypy/README.rst index 52b7f578cb..dbebd919e1 100644 --- a/bypy/README.rst +++ b/bypy/README.rst @@ -17,7 +17,7 @@ First create some empty top level directory and run the following commands:: git clone https://github.com/kovidgoyal/bypy.git git clone https://github.com/kovidgoyal/calibre.git - cd calibre + cd bypy && git switch qt5 && cd ../calibre Now we need to bootstrap calibre, for which all its Linux build dependencies must have already been installed (see the `Dependencies