2 ms·
> $ cargo install jj-cli@0.23.0 --locked I won't install Rust just to test your software. Make a debian package like everyone else.
by QuiDortDine 6mo ago
> $ cargo install jj-cli@0.23.0 --locked
I won't install Rust just to test your software. Make a debian package like everyone else.
- harg 6mo agoI believe the full docs page does indicate that there are binaries to install via popular package managers [1] [1]: https://docs.jj-vcs.dev/latest/install-and-setup/ https://docs.jj-vcs.dev/latest/install-and-setup/
- QuiDortDine 6mo agoI did check that page, as far as I can tell you still need to run Cargo which I don't want to do because I don't care about Rust. I'm not complaining for the sake of complaining, I'm saying if they want to play in the Big Boy leagues, they need to do things right.
- steveklabnik 6mo agoYou do need Cargo to build from source. If you're on Arch, gentoo, or openSUSE, you can use the package. It is true that Debian has not packaged jj yet. It'll get there, and it's fine if you'd rather wait until things are more mature.
- saint_yossarian 6mo agoIt's available in Debian sid, although a few versions behind: https://packages.debian.org/search?searchon=names&suite=all§ion=all&keywords=jujutsu https://packages.debian.org/search?searchon=names&suite=all&...
- steveklabnik 6mo agoYou know, I went and searched before I posted. I wonder why it didn’t come up! Thanks.
- QuiDortDine 6mo agoThanks! I hope I didn't come off as too dismissive, I'm hearing a lot of good things about Jujutsu. As a developer though, I've never wanted to build from source (probably in the minority on that front).
- steveklabnik 6mo agoNah, you're right that installing a compiler toolchain to build a project is a pain in the butt if you don't already have it. It's a legitimate thing, but it does mean that you won't be adopting more cutting edge tools, which is also just fine! I've done the same with projects built with tools I don't have installed too.
- Philpax 6mo agoImmediately after that line: > If you're not a Rust developer, please read the documentation to figure out how to install things on your platform Rather selective reading we have here, don't we?
- QuiDortDine 6mo agoI did! No apt install jujutsu. I also did 'apt search jujutsu'. Don't ask me to care about yet another language's package manager, I already know way more than I wish to.
- rstuart4133 6mo agoThey do publish binaries they work perfectly well on Linux. No need for cargo: https://github.com/jj-vcs/jj/releases/tag/v0.40.0 https://github.com/jj-vcs/jj/releases/tag/v0.40.0