After a little more research...

Code:
--------------------
    
  cd ~
  curl https://sh.rustup.rs -sSf | sh
  source $HOME/.cargo/env
  git clone https://github.com/michaelherger/spotty.git
  cd ./spotty/src
  cargo build -j 1 --release
  cd ../target/release/
  sudo cp spotty /usr/share/squeezeboxserver/Bin
  
--------------------

The -j 1 is to only have one compilation thread running at a time
because each rustc process can take a whole GB of RAM on some of the
more complex source file, and the machine grinds to a halt if swap space
is ever needed.



----------------------
"Dreamer, easy in the chair that really fits you..."
------------------------------------------------------------------------
dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=108103

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to