Some topics are still about Phantom, they do not apply to Nova. For Phantom problems use the Phantom forum: https://www.phantomsdr.fun/

Simple update and compile script.

Started by Bas ON5HB, 08 Jan 2026, 13:11

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bas ON5HB

Hi all,

If you downloaded Nova from github with 'git clone' command, updating is simple.
Here is a simple script to do it for you.

compile.sh (chmod +x) after you made it:

git pull

cargo build -p novasdr-server --release --features "soapysdr,clfft"

cd frontend

npm ci

npm run build

cd ..

exit



That's it.

BTW, I do run the compiling in a seperate directory and only copy dist and binary to the RUN directory, so I make sure nothing is overwritten.

Powered by EzPortal