bvaisvil / zenith

Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage
MIT License
2.63k stars 67 forks source link

install: cannot stat 'build/static/zenith.base': No such file or directory #120

Open rongcuid opened 2 years ago

rongcuid commented 2 years ago

I tried to make a musl build, but get this error:

mkdir -p build/dynamic
rm -f build/dynamic/zenith.nvidia
install -m 755 target/release/zenith build/dynamic/zenith.nvidia
make[1]: Leaving directory '/tmp/zenith'
mkdir -p build/static-bundle
install: cannot stat 'build/static/zenith.base': No such file or directory
make: *** [Makefile:105: linux-static] Error 1
bvaisvil commented 2 years ago

This should be fixed in master, there wasn't a target in the make file for installing the static build, now there is!

rongcuid commented 2 years ago

I still get this error.

rongcuid commented 2 years ago

OK, the regular linux-static build works. Only when NVIDIA is enabled when it fails.

bvaisvil commented 2 years ago

Sorry, but is this still an issue? I'm not sure what you mean by the last section there