Linux
For those using Linux with BricsCad, which flavor/installation works best
with Bricsys? Thanks.
Comments
-
I tried it on Manjaro, an ARCH Linux.
But as there is only a manual Tarball installation it was to complicated and I gave up soon.
AFAIK ARCH Linux is not supported by Bricscad.I like Open Suse Tumbleweed, Installation with RPM is ok.
No problems running Bricscad beside the usual issues for Bricscad on Linux and Mac vs Windows.I also tested it on ElementaryOS which is a debian Linux, basically 80% Ubuntu but with
their own Pantheon Desktop. Also no special Problems running Bricscad.
I think Ubuntu is the best supported Linux by Bricscad.0 -
Also runs ok on Mint
1 -
I've been using with Manjaro and seems to be working without any issues. There was no Manjaro/Arch package provided by Bricsys but I was able to convert and install from a Fedora RPM. You might need to google how to create a PKGBUILD file for details.
- Download Fedora RPM
- Save to temporary folder
- Create/edit PKGBUILD file and save in the temporary folder.
- In the temporary folder, run "makepkg -s", to create the Arch package.
- Copy the Arch package to another folder to save if desired
- install the package: "pacman -U BricsCAD-V24-2.06-1-x86_64.pkg.tar.zst"
- BricsCad should run now but there will be an error about file permissions. Go to the /var folder and change make bricsys folder and subfolders writable for all users: "sudo chmod 777 bricsys"
0