/wakeup

Protocol handler for waking up Pear applications

Primary LanguageCMakeApache License 2.0Apache-2.0

Wakeup

Protocol handler for waking up Pear applications. Wakeup intercepts pear: links, maps them to an application path, and launches the corresponding application, passing it the link.

Building

To build Wakeup, start by configuring the build tree:

cmake -B build

Next, perform a build:

cmake --build build

Finally, install the application bundle somewhere:

cmake --install build --prefix <path>

<path> should be chosen based on your system, such as /Applications on macOS or C:\Program Files on Windows. The install/ directory in the root of the repository may also be used.

License

Apache-2.0