CauldronDevelopmentLLC / CAMotics

Open-Source Simulation & Computer Aided Machining - A 3-axis CNC GCode simulator
Other
611 stars 142 forks source link

Ubuntu 18.04 install libQt5WebSockets library missing #322

Open atmelino opened 4 years ago

atmelino commented 4 years ago

When installing and starting from command line, I get the error message:

camotics: error while loading shared libraries: libQt5WebSockets.so.5: cannot open shared object file: No such file or directory

sudo apt-get install libqt5websockets5-dev

solves the problem for me.