From f417df0630fad00f08dda19bbfd9e8b9d593ae2d Mon Sep 17 00:00:00 2001 From: dingusdev Date: Sun, 25 Oct 2020 16:23:53 -0700 Subject: [PATCH] Fixes Issue #18 Courtesy of webspacecreations --- CMakeLists.txt | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2973b8..f1d01c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,4 +93,4 @@ add_custom_command( "${PROJECT_SOURCE_DIR}/cpu/ppc/test/ppcdisasmtest.csv" $) -install (TARGETS dingusppc DESTINATION ${EXECUTABLE_OUTPUT_PATH}) +install (TARGETS dingusppc DESTINATION ${PROJECT_SOURCE_DIR}/build) diff --git a/README.md b/README.md index e8dce1a..3b7941d 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ You may specify another build type using the variable CMAKE_BUILD_TYPE. Future versions may drop SDL 2 as a requirement. +For Raspbian, you may also need the following command: +``` +sudo apt install doxygen graphviz +``` + ## Testing DingusPPC includes a test suite for verifying the correctness of its PowerPC CPU