rr icon indicating copy to clipboard operation
rr copied to clipboard

add build instructions for archlinux users

Open vimkim opened this issue 1 year ago • 2 comments

I use arch btw.

sudo pacman -S capnproto python-pexpect lldb

The above 3 were the packages that I needed to install to build rr on arch linux.

Thanks for creating this amazing project.

vimkim avatar Nov 13 '24 00:11 vimkim

You can go ahead and edit the wiki yourself.

rocallahan avatar Nov 13 '24 06:11 rocallahan

@vimkim That would mean adjusting https://github.com/rr-debugger/rr/wiki/Building-And-Installing#dependencies-installation - note that ideally you start with a fresh arch environment (not something that is already setup to build a bunch of other software).

GitMensch avatar Nov 18 '24 17:11 GitMensch

I was able to successfully build rr debugger in arch linux for a whole year, and it has been quite stable. I'll check out the wiki. Thanks for all the instructions!

vimkim avatar Sep 28 '25 06:09 vimkim