Raptor Computing Systems Community Forums (BETA)
Software => Applications and Porting => Topic started by: markr87 on December 13, 2024, 06:51:37 pm
-
I was told by David Knaack that "You can install starship via your package manager of choice or build it yourself with cargo (cargo install starship --locked), but the default features will also require cmake." This resulted in "syntax error near unexpected token `cargo'". I know VERY little about rust. I tried "./install.sh" and it appears to have compiled a non optomized version with debug turned on but i can't figure out how to install it.
-
Starship is at least available on Chimera Linux (https://github.com/chimera-linux/cports/blob/master/main/starship/template.py) and ArchPOWER (https://github.com/kth5/archpower/blob/master/starship/.SRCINFO)
-
For anybody trying this who is as ignorant with rust as me, <./install.sh> compiled it and <cargo (cargo install starship --locked)> installed it.