From b86e0dec84bb07e4ae422a8b968b827402a3372f Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 22 Dec 2021 10:58:25 -0600 Subject: [PATCH] readme: remove outdated build instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 890e5b4..c2daac0 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ is built as `build/bin/solvespace-cli`. It is possible to build only the command Ubuntu will require 20.04 or above. Cross-compiling with WSL is also confirmed to work. -You will need the usual build tools, CMake, a Windows cross-compiler, and flatc. On a Debian derivative (e.g. Ubuntu) these can be installed with: +You will need the usual build tools, CMake, and a Windows cross-compiler. On a Debian derivative (e.g. Ubuntu) these can be installed with: apt-get install git build-essential cmake mingw-w64 @@ -140,8 +140,7 @@ Build 64-bit SolveSpace with the following: mkdir build cd build cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-mingw64.cmake \ - -DCMAKE_BUILD_TYPE=Release \ - -DFLATC=$(which flatc) + -DCMAKE_BUILD_TYPE=Release make The graphical interface is built as `build/bin/solvespace.exe`, and the command-line interface