WasatchPhotonics / ENLIGHTEN

Open-source spectroscopy application for controlling and taking measurements from Wasatch Photonics spectrometers.
https://wasatchphotonics.com/product-category/software/
MIT License
3 stars 6 forks source link

Build instructions do not work "out of the box" #406

Open jkleinwp opened 1 month ago

jkleinwp commented 1 month ago
mzieg commented 1 month ago

This is how I run rebuild_resources.sh on Windows (using Git for Windows Cmd shell).

image
jkleinwp commented 1 month ago

My results (Windows 11 Home):

Changing: (109) if ! [ -f $RCC ]

to
(109) if ! [ -f "$RCC" ]

Resolves this issue. I think it's probably triggered by differences in our paths since my files are under a user directory that has a space in it.