CauldronDevelopmentLLC / CAMotics

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

Not able to run on newer Linux Mint version #384

Open PapoMaker opened 1 year ago

PapoMaker commented 1 year ago

Very difficult to use Camotics on Linux systems since the installation process is incomplete or completely out of date about some packages like libV8, libssl-dev and then.

Now the issue is iwth openssl:

camotics: /lib/x86_64-linux-gnu/libssl.so.1.1: version OPENSSL_1_1_0' not found (required by camotics) camotics: /lib/x86_64-linux-gnu/libcrypto.so.1.1: versionOPENSSL_1_1_0' not found (required by camotics)

Is really annoying for a simple user to find out how to achieve using this app, without the need of being a linux dinosaur.

System: Kernel: 5.15.0-60-generic x86_64 bits: 64 compiler: gcc v: 11.3.0 Desktop: Cinnamon 5.6.7 tk: GTK 3.24.33 wm: muffin dm: LightDM Distro: Linux Mint 21.1 Vera base: Ubuntu 22.04 jammy

aprospero commented 1 year ago

See this stackoverflow answer. Make sure you read the full answer.

Current version to date is 'libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb'

For Ubuntu 22.04 based distros also #322 kicks in but can be resolved without external dependencies. Just install libqt5websockets5:

sudo apt-get install libqt5websockets5