Skip to content

Instantly share code, notes, and snippets.

@guillorrr
Last active March 4, 2021 16:46
Show Gist options
  • Save guillorrr/ec40c2550c4a0308b921a327808d5e78 to your computer and use it in GitHub Desktop.
Save guillorrr/ec40c2550c4a0308b921a327808d5e78 to your computer and use it in GitHub Desktop.
Simplify3d install
chmod +x Simplify3D-4.0.0-*
sudo chmod +x Simplify3D-4.0.0-*
sudo ./Simplify3D-4.0.0-*
sudo cp Interface.so /opt/Simplify3D-4.0.0/
sudo nano /etc/hosts
#
127.0.0.1 api.simplify3d.com
#
sudo apt-add-repository -y ppa:rael-gc/rvm
sudo apt-get update
sudo apt install libssl1.0-dev
cd /opt/Simplify3D-4.0.0/
LD_PRELOAD=./Interface.so ./Simplify3D
sudo chmod 644 Simplify3D-4.0.0-*
sudo chmod 755 Interface.so
LD_PRELOAD=./Interface.so ./Simplify3D
sudo nano /usr/local/bin/simplify3d #
#!/bin/bash
LD_PRELOAD=/opt/Simplify3D-4.0.0/Interface.so /opt/Simplify3D-4.0.0/Simplify3D
sudo chmod a+x /usr/local/bin/simplify3d
simplify3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment