Fixes Issue #18

Courtesy of webspacecreations
This commit is contained in:
dingusdev 2020-10-25 16:23:53 -07:00
parent 5d2f3ca3c0
commit f417df0630
2 changed files with 6 additions and 1 deletions

View File

@ -93,4 +93,4 @@ add_custom_command(
"${PROJECT_SOURCE_DIR}/cpu/ppc/test/ppcdisasmtest.csv"
$<TARGET_FILE_DIR:${PROJECT_NAME}>)
install (TARGETS dingusppc DESTINATION ${EXECUTABLE_OUTPUT_PATH})
install (TARGETS dingusppc DESTINATION ${PROJECT_SOURCE_DIR}/build)

View File

@ -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