524D / compareMS2

Compare samples by MS2 spectra
MIT License
3 stars 0 forks source link

Installation instructions (Linux) #13

Closed magnuspalmblad closed 1 year ago

magnuspalmblad commented 3 years ago

npm does not come with all Linux distributions - perhaps this should be mentioned (and how to install it with apt)? The apt and npm commands may also need sudo, but I suppose any Linux user would know that.

Should we also describe how to compile the executables separately here? When compiling them under Linux, I had to add the -lm for the math functions in compareMS2 [gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1)].

magnuspalmblad commented 3 years ago

The GUI looks and feels fine, but of course the application doesn't run on 32-bit systems (I get a "This app runs only on 64 bit Windows or 64 bit Linux Intel/AMD") in the output window.