From ff0ac8b2794464a951eeb113fb0eb1c8def59a6a Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sun, 28 Mar 2021 16:33:19 -0400 Subject: [PATCH] Move freetype search dir from debug to project... Improve formatting of readme and output. --- build.sh | 7 ++++++- install.sh | 10 +++++----- readme.md | 6 ++++-- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/build.sh b/build.sh index a2cb77c..c9dc70a 100755 --- a/build.sh +++ b/build.sh @@ -89,7 +89,12 @@ if [ -f "$$OUT_BIN" ]; then fi g++ -o build/b3view $OBJDIR/main.o $OBJDIR/Engine.o $OBJDIR/EventHandler.o $OBJDIR/UserInterface.o $OBJDIR/Debug.o $OBJDIR/View.o $OBJDIR/CGUITTFont.o $OBJDIR/Utility.o $OBJDIR/settings.o -lIrrlicht -lX11 -lGL -lXxf86vm -lXcursor -lstdc++fs -lfreetype if [ $? -ne 0 ]; then - echo "* linking failed." + cat <