This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[setup - the official Cygwin setup program] branch topic/libsolv, updated. release_2.882-42-g2d8c6a5




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=2d8c6a516831b9cf1d658f8475d6c4cd7d606fac

commit 2d8c6a516831b9cf1d658f8475d6c4cd7d606fac
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Oct 26 13:27:55 2017 +0100

    Update build instructions


Diff:
---
 README |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/README b/README
index a05b18f..9935ba5 100644
--- a/README
+++ b/README
@@ -3,6 +3,10 @@ for the Cygwin net releases.
 
 HOW TO BUILD:
 -------------
+
+Cygwin
+------
+
 Setup should build out-of-the-box on any Cygwin environment that has all the
 required packages and their dependencies installed:
 
@@ -10,6 +14,7 @@ required packages and their dependencies installed:
   - mingw64-${arch}-headers
   - mingw64-${arch}-gcc-g++
   - mingw64-${arch}-libgcrypt
+  - mingw64-${arch}-libsolv
   - mingw64-${arch}-bzip2
   - mingw64-${arch}-xz
   - mingw64-${arch}-zlib
@@ -26,6 +31,29 @@ to make changes to the build system.
   - flex
   - bison
 
+Fedora
+------
+
+Setup should also build out-of-the-box in a Fedora environment that has all the
+required packages and their dependencies installed:
+
+  - make
+  - libtool
+  - mingw${arch}-gcc-c++
+  - mingw${arch}-zlib-static
+  - mingw${arch}-libgcrypt-static
+  - mingw${arch}-libgnurx-static (*)
+  - mingw${arch}-libsolv-static
+  - mingw${arch}-bzip2-static
+  - mingw${arch}-xz-libs-static
+  - mingw${arch}-winpthreads-static
+  - upx (optional)
+
+The ${arch} needs to be replaced with either "32" or "64"
+depending on the target architecture to build for.
+
+(*) Requires 'dnf copr enable jturney/mingw-libsolv'
+
 Build commands:
 
 0) If building from git, obtain this project's code:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]