Raptor Computing Systems Community Forums (BETA)

Software => Applications and Porting => Topic started by: markr87 on December 13, 2024, 06:51:37 pm

Title: Starship - Has anyone had any luck compiling this?
Post 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.
Title: Re: Starship - Has anyone had any luck compiling this?
Post by: MPC7500 on December 13, 2024, 07:34:07 pm
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)
Title: Re: Starship - Has anyone had any luck compiling this?
Post by: markr87 on December 19, 2024, 02:29:39 pm
For anybody trying this who is as ignorant with rust as me, <./install.sh> compiled it and <cargo (cargo install starship --locked)> installed it.