From 216091a366d093bd4e263225964710b9de15129d Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 25 Jul 2016 04:21:16 +0000 Subject: [PATCH] README: clarify binary package situation. We now build and distribute Windows executables for every release, so mention that. Conversely, the Debian packages are basically unusable, so drop them for now. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b41235f..f06ca8e 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ This repository contains the source code of [SolveSpace][], a parametric Installation ------------ -### Mac OS X (>=10.6 64-bit), Debian (>=jessie) and Ubuntu (>=trusty) +### Mac OS X (>=10.6 64-bit), Windows (>=XP 32-bit) -Binary packages for Mac OS X and Debian derivatives are available -via [GitHub releases][rel]. +Binary packages for Mac OS X and Windows are available via +[GitHub releases][rel]. [rel]: https://github.com/solvespace/solvespace/releases @@ -50,10 +50,10 @@ for use due to bugs in this toolkit. ### Building for Windows -You will need CMake, a Windows cross-compiler, and Wine with binfmt support. +You will need CMake and a Windows cross-compiler. On a Debian derivative (e.g. Ubuntu) these can be installed with: - apt-get install cmake mingw-w64 wine-binfmt + apt-get install cmake mingw-w64 Before building, check out the necessary submodules: