Skip to content

Commit

Permalink
Clarify the bootstrap process
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Oct 29, 2021
1 parent 9cf1731 commit bccb439
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bypy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ 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

Now we need to bootstrap calibre, for which all its Linux build dependencies
must have already been installed (see the `Dependencies
<https://calibre-ebook.com/download_linux>`_ section of the Linux installation
page for details). Once the dependencies are installed, run::

./setup.py bootstrap

To make the Windows and macOS builds it uses QEMU VMs. Instructions on
Expand Down

0 comments on commit bccb439

Please sign in to comment.