From 3e10f68e2563ae4f9cd24a0627abedac1d74a673 Mon Sep 17 00:00:00 2001 From: Nojus Date: Sun, 13 Jul 2025 04:32:04 +0200 Subject: [PATCH] readme: update current state --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4e5f8f2..9a7c5cc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ # lsfg-vk-flake 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 +current state: builds, but symbols are still wonky therefore likely not usable yet -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. +both building via ``nix build`` or via ``nix develop`` and then manually with cmake should work. \ No newline at end of file