From dd2133e54a3d90b06cbd0310a6551af7d5abfa16 Mon Sep 17 00:00:00 2001 From: Sfinktah Bungholio Date: Mon, 23 Jan 2023 06:31:48 +0000 Subject: [PATCH 1/2] added cygwin build instructions --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index ed1c287..79d1410 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,17 @@ Once Homebrew is installed, you can install the remaining dependencies with: brew install autoconf automake libtool +Cygwin +~~~~~~ + +If on Cygwin, you probably want to install +`apt-cyg `_. +Once apt-get is installed, you can install the remaining dependencies with: + +.. code-block:: sh + + apt-cyg install autoconf automake libtool make python3-devel gcc-core gcc-c++ + Usage ----- From d9c7852fe51c1eafacc5ca9e625ba8ad86b4aecf Mon Sep 17 00:00:00 2001 From: Sfinktah Bungholio Date: Mon, 23 Jan 2023 06:32:55 +0000 Subject: [PATCH 2/2] ninja edit cygwin instructions --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 79d1410..d410131 100644 --- a/README.rst +++ b/README.rst @@ -61,7 +61,7 @@ Cygwin If on Cygwin, you probably want to install `apt-cyg `_. -Once apt-get is installed, you can install the remaining dependencies with: +Once apt-cyg is installed, you can install the remaining dependencies with: .. code-block:: sh