Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raicool committed Aug 18, 2023
2 parents fa208fc + 09e3986 commit 0364cba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project("ghost-manager" LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
#set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")

# add c++ files
file(GLOB_RECURSE CXX_SOURCE "src/*.cpp")
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ credits to B_squo for replay documentation https://twitter.com/B_squo
### TODO
- [ ] get spotpass files directly from 3ds using luma debugger / an ftp server
- [ ] auto update feature


## Usage
the ghost manager requires sdl2 and sdl2_image to be installed
### Ubuntu
```
sudo apt-get install libsdl2-2.0-0
sudo apt-get install libsdl2-image-2.0-0
```

0 comments on commit 0364cba

Please sign in to comment.