CANdevStudio icon indicating copy to clipboard operation
CANdevStudio copied to clipboard

Fix installation path in Linux standalone builds

Open reharish opened this issue 1 year ago • 1 comments

  • Dowloaded and installed deb file from releases.
  • The script files are not available on PATH.

Need to fix the installation path or improve the documentation.

Thanks.

reharish avatar May 09 '24 11:05 reharish

Also, the linux build instructions are missing this final critical step sudo make install, otherwise, I couldn't find the built binary anywhere.

...
sudo make install
...
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/lib/qt/plugins/canbus/libqtCannelloniCanBusPlugin.so
-- Installing: /usr/local/bin/CANdevStudio

That installed it!

phatpaul avatar Nov 04 '24 20:11 phatpaul