gusmanb / logicanalyzer

24 channel, 100Msps logic analyzer hardware and software
GNU General Public License v3.0
2.23k stars 247 forks source link

missing executable permission on Linux-x64 binaries #60

Closed bablokb closed 1 year ago

bablokb commented 1 year ago

Hi,

thanks for providing this repo. I am currently trying to install it on my Linux system and stumbled over one problem: the main executables in the zipped releases are missing the executable-bit.

Doing a chmod +x linux-64/LogicAnalyzer solves the problem (same for the cli-interface). After that, it starts :-)

Bernhard

gusmanb commented 1 year ago

Hi.

Yes, it is known, I compile the programs under Windows so I can't set the permissions for Linux, it is explained in the README: https://github.com/gusmanb/logicanalyzer#update-13072022

Cheers.

bablokb commented 1 year ago

Oh yes. But this is a very long readme with a lot of updates. Most users won't really be interested in history after all and won't pay attention to all the details written there.

So I suggest that you add this important information to the wiki. Like other stuff too, e.g. the basic setup you also describe in the readme way down almost at the beginning (I was also looking for that in the wiki, did not find it but managed to run the basic setup without this information).

gusmanb commented 1 year ago

Wiki has been updated with info for Linux and MacOS users.

https://github.com/gusmanb/logicanalyzer/wiki/04---LogicAnalyzer-Software#notes-for-linux-and-macos-users

Cheers!