From 82a07737eca43f5b31abcbf093bd310f7ba5422b Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 11 Apr 2020 03:07:52 -0500 Subject: [PATCH] [nostalgia] Update README --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71ba58a4..3f1cfd6c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,18 @@ ## Setup +### Linux + +Make sure conan is using the C++11 version of libstdc++. + + conan profile update settings.compiler.libcxx=libstdc++11 default + ### macOS -Run something along the lines of the following to let CMake know where Qt is installed. You may need to adjust this location. +Install and use gmake instead of the make that comes with the system. - export NOSTALGIA_QT_PATH=/usr/local/Cellar/qt5/5.8.0_2/ +## Build + +Build options: release, debug, gba, gba-debug + + make purge conan configure-{gba,release,debug} install