mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-27 19:06:28 -03:00
readme: clarify how building is possible rn
This commit is contained in:
parent
302458a933
commit
9b08bddd5a
1 changed files with 7 additions and 0 deletions
|
@ -2,3 +2,10 @@
|
||||||
WIP! Nix flake to build the library for using Lossless Scaling's frame generation on Linux
|
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
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue