Author Topic: Starship - Has anyone had any luck compiling this?  (Read 440 times)

markr87

  • Newbie
  • *
  • Posts: 27
  • Karma: +1/-0
    • View Profile
Starship - Has anyone had any luck compiling this?
« 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.

MPC7500

  • Hero Member
  • *****
  • Posts: 596
  • Karma: +41/-1
    • View Profile
    • Twitter
Re: Starship - Has anyone had any luck compiling this?
« Reply #1 on: December 13, 2024, 07:34:07 pm »
Starship is at least available on Chimera Linux and ArchPOWER

markr87

  • Newbie
  • *
  • Posts: 27
  • Karma: +1/-0
    • View Profile
Re: Starship - Has anyone had any luck compiling this?
« Reply #2 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.