From 9b08bddd5ab17f9b92028734d9eb73ad1de51614 Mon Sep 17 00:00:00 2001 From: Nojus Date: Fri, 11 Jul 2025 14:20:58 +0200 Subject: [PATCH] readme: clarify how building is possible rn --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5bc0d3d..4e5f8f2 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ WIP! Nix flake to build the library for using Lossless Scaling's frame generation on Linux initially broken due to various challenges with the LLVM tools in NixOS + +the current variation of what is in this repo can be built in the following way: +1. run `nix develop` in this repo +2. cd to lsfg-vk git +3. run `mkdir build; cd build; cmake ..; cmake --build .` + +nix build can also be made to work, however I preferred an interactive shell to debug the missing symbols issue so this got broken again in the process.