From 5681d40eebccb86b01fb955b1fbc924dbe401ed6 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 28 Aug 2024 12:12:35 +0100 Subject: [PATCH] added new note about windows support --- docs/content/introduction/system-compatibility.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/content/introduction/system-compatibility.md b/docs/content/introduction/system-compatibility.md index 8f4fc6d..450209e 100644 --- a/docs/content/introduction/system-compatibility.md +++ b/docs/content/introduction/system-compatibility.md @@ -9,10 +9,15 @@ It has been tested on the following operating systems: - AlmaLinux - Rocky Linux - Debian -- Windows (Restic only) +- [Windows](#windows-support) (Restic only) Ultimately, any system that can compile the code and has the `borg` or `restic` binary files in the running user's `$PATH` environment variable should be able to run `norg` without issue. - +## Windows Support +Norg does work on windows but requires `libcrypto` and `libssl`. You can just put +these libraries in the same directory as the `norg.exe` binary. +You can also install Nim (which includes these libraries) on Windows and put +the `./nim/bin` folder in your `$PATH` environment variable for these libraries +to be found and referenced.