Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
set(ZLIB_USE_STATIC_LIBS ON)
find_package(ZLIB REQUIRED)
find_path(ZSTR_INCLUDE_DIRS "zstr.hpp")
find_package(nlohmann_json REQUIRED)
find_package(xxHash CONFIG REQUIRED)

set(ALL_MODULES renpy rpgmaker zanzarah)
set(RELEASED_MODULES renpy zanzarah)
Expand All @@ -51,6 +49,8 @@ endforeach ()
# === CTest ===

find_package(Catch2 REQUIRED)
find_package(nlohmann_json REQUIRED)
find_package(xxHash CONFIG REQUIRED)
add_executable(tests
src/tests/framework/observer.cpp
src/tests/framework/testcase.cpp
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ specific files as needed without having to unpack the entire archive.

### Prerequisites

- Installed **x64** version of [FAR Manager](https://farmanager.com/download.php?l=en)
- Installed **x64** version of [Observer](https://github.com/lazyhamster/Observer/releases) plugin
- [FAR Manager](https://farmanager.com/download.php?l=en) (x86 or x64)
- [Observer](https://github.com/lazyhamster/Observer/releases) plugin (x86 or x64)

### Module Installation

1. Download the [latest release](https://github.com/refaim/ObserverModules/releases/tag/nightly) of the module you're
1. Download the [latest release](https://github.com/refaim/ObserverModules/releases/latest) of the module you're
interested in
2. Note that the archive contains an observer_user.ini file. If you're installing multiple modules or already have this
file in your Observer modules folder, you'll need to manually merge these ini files to ensure all modules work
Expand Down