mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
Add simplify3d to arch-box
This commit is contained in:
parent
6cc6b082b7
commit
adfd99b897
15
home/bin/executable_arch-install-cad
Normal file
15
home/bin/executable_arch-install-cad
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
# https://github.com/starr-dusT/dotfiles
|
||||
|
||||
# Install cadquery
|
||||
sudo pacman -S python python-pip
|
||||
pip install cadquery --break-system-packages
|
||||
curl -LO https://github.com/CadQuery/CQ-editor/releases/download/nightly/CQ-editor-master-Linux-x86_64.sh
|
||||
sh CQ-editor-master-Linux-x86_64.sh
|
||||
rm CQ-editor-master-Linux-x86_64.sh
|
||||
|
||||
# Install dependencies for Simplify3d
|
||||
sudo pacman -S fontconfig
|
||||
sudo pacman -S $(pacman -Ssq xcb)
|
||||
sudo pacman -S $(pacman -Ssq xorg)
|
||||
echo "The joys of using proprietary software... you need to install Simplify3d with the script from their website (https://cloud.simplify3d.com/account/downloads)"
|
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
# https://github.com/starr-dusT/dotfiles
|
||||
|
||||
sudo pacman -S python python-pip
|
||||
pip install cadquery --break-system-packages
|
||||
curl -LO https://github.com/CadQuery/CQ-editor/releases/download/nightly/CQ-editor-master-Linux-x86_64.sh
|
||||
sh CQ-editor-master-Linux-x86_64.sh
|
||||
rm CQ-editor-master-Linux-x86_64.sh
|
Loading…
x
Reference in New Issue
Block a user