Installing Bricscad Shape

Hello, I’m having trouble installing Bricscad Shape on Clear Linux. Can anyone help me?

If you have an .rpm file it may be possible to install it

https://www.addictivetips.com/ubuntu-linux-tips/install-bricscad-shape-on-linux/

1 Like
2 Likes

I’m a complete novice, and still fail to do so.

there are several steps.

  1. downloading it:
  • go to the download page and download for Linux, and custom installation.
  1. unpacking the archive
mv ~/Downloads/BricsCAD-*.tar.gz ~/
mkdir -p ~/bricscad
tar xvf BricsCAD-*.tar.gz -C ~/bricscad
  1. running the app.
cd ~/bricscad
chmod +x bricscad.sh
./bricscad.sh

where exactly are you having trouble?