diff --git a/README.md b/README.md index 6b3384dc0..ec4bd925a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Depending on your version of OS X the GUI will read user defined Environment var If you don't use Homebrew you will need to download and install the same dependencies as given in the linux instuctions. You may need to export the libs with $LIBRARY_PATH and or supply the include folders with $CPATH before building. - export LIBRARY_PATH=/usr/local/opt/gst-plugins-base/lib:/usr/local/opt/gstreamer/lib:/usr/local/lib:/usr/local/opt/glib/lib:/usr/local/opt/gettext/lib + export LIBRARY_PATH=/opt/homebrew/opt/gst-plugins-base/lib:/opt/homebrew/opt/gstreamer/lib:/opt/homebrew/lib:/opt/homebrew/opt/glib/lib:/opt/homebrew/opt/gettext/lib Download the source code: diff --git a/RetroFE/Source/CMakeLists.txt b/RetroFE/Source/CMakeLists.txt index f26ec7027..c2051b742 100644 --- a/RetroFE/Source/CMakeLists.txt +++ b/RetroFE/Source/CMakeLists.txt @@ -201,6 +201,7 @@ set(RETROFE_SOURCES set(EXECUTABLE_OUTPUT_PATH "${RETROFE_DIR}/Build" CACHE PATH "Build directory" FORCE) set(LIBRARY_OUTPUT_PATH "${RETROFE_DIR}/Build" CACHE PATH "Build directory" FORCE) +set (CMAKE_CXX_STANDARD 11) include_directories(${RETROFE_INCLUDE_DIRS}) add_executable(retrofe ${RETROFE_SOURCES} ${RETROFE_HEADERS})