From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22173 invoked by alias); 26 Oct 2017 12:29:16 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 22155 invoked by uid 9795); 26 Oct 2017 12:29:15 -0000 Date: Thu, 26 Oct 2017 12:29:00 -0000 Message-ID: <20171026122915.22128.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [setup - the official Cygwin setup program] branch topic/libsolv, updated. release_2.882-42-g2d8c6a5 X-Git-Refname: refs/heads/topic/libsolv X-Git-Reftype: branch X-Git-Oldrev: 4cbfa1125f30b6c0c36f3e6e3cfe9a77a2e5c6d4 X-Git-Newrev: 2d8c6a516831b9cf1d658f8475d6c4cd7d606fac X-SW-Source: 2017-q4/txt/msg00017.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=2d8c6a516831b9cf1d658f8475d6c4cd7d606fac commit 2d8c6a516831b9cf1d658f8475d6c4cd7d606fac Author: Jon Turney 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: