How should I install the product of make debug
?
#8219
Replies: 1 comment 1 reply
-
You don't install them, you run them in place. See
https://sw.kovidgoyal.net/kitty/build/
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wind0204
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to make an experimental feature for kitty.
I builld kitty by typing
make linux-package
and install it by copying the files in linux-package to /usr/local/Now, what should I do if I want to install the files built with the command
make debug
ormake asan
? I don't see any directory like linux-package after typingmake debug
Thanks
Beta Was this translation helpful? Give feedback.
All reactions