

The toolsets are AutoCAD classic, AutoCAD Architecture, AutoCAD Mechanical, AutoCAD MEP, AutoCAD Electrical, AutoCAD Map 3D, AutoCAD Plant 3D, and the web and mobile version, AutoCAD 360. It comprises powerful industry-specific toolsets that enhance the design process and workflow across the web, desktop, and mobile devices.
BRICSCAD LINUX SOFTWARE
What does AutoCAD do?ĪutoCAD is CAD software utilized by engineers, drafters, architects, and building professionals for designing in 2D and 3D. It is compatible with Windows and Mac operating systems and mobile devices. On March 25, 2020, Autodesk released the latest version AutoCAD 2021, making it the 35th version.

The software’s supplies for APIs, such as Object APX, led to the development of other AutoCAD products. AutoCAD, which has become well known for its plethora of tools that cater to different industries, was initially created for mechanical engineers for 2D drafting. The program has seen a lot of enhancements in its various version releases through the years. It is also the proprietor of the widely accepted DWG file format. At its release, AutoCAD was the first CAD software to run on personal computers. Before the release, CAD programs only ran on mainframe and minicomputers, and designers had to go to workstations to design. The company was founded by John Walker, alongside 12 professional programmers. That should prove to be very interesting indeed.AutoCAD’s first version was released in December 1982 by Autodesk.
BRICSCAD LINUX HOW TO
Next up: figuring out how to build a Linux BRX module in Windows using the Visual Studio 2010 IDE. Installing the library in Ubuntu got things working. That was the easy part. To make a long (and rather harrowing) story short, I eventually determined that I was missing a single required library (the libgl graphics library). I eventually learned that I had to manually add the BRX SDK library path to Bricscad so it could find the needed libraries at runtime. I learned this first hand when I set out to determine why my. Googling for help on something invariably leads to instructions that start out “It’s extremely easy to do this on Linux” and end with 4 pages of command line gibberish, including a list of all the stuff that must first be installed for these instructions to work correctly, and the inevitable warning that the instructions may only work on certain “distros” and versions of Linux. Now, one of the things about Linux that is very different to Windows is the culture of users. I did get everything working, and built a simple BRX module without error - but then it refused to load in Bricscad.
BRICSCAD LINUX INSTALL
I started by installing Code::Blocks, an open source cross platform C/C++ IDE that can be used in both Windows and Linux. The IDE installed fine, but then things got interesting.įirst of all, I found that I had to install the build tools (namely the g++ compiler), because they are not included with the IDE. Eventually I had to set an environment variable for my BRX project pointing it to the BRX SDK, which required a Code::Blocks plugin that had to be installed separately. The next order of business was to build and load a BRX module. Except for a mysterious black splotch in the layer dropdown, it looked and felt very much like Bricscad on Windows. Bricscad v11 on Ubuntu Application MenuĪfter installation, Bricscad fired right up.
BRICSCAD LINUX PRO
I downloaded the Debian package of Bricscad v11 Pro and Ubuntu’s Software Center installed it much like Windows Installer would install an MSI file on Windows. Installing Bricscad went off without a hitch. Installing Ubuntu was straightforward, and I had no problems. For that, I chose Ubuntu 10.10 32-bit running on a VMWare Workstation 7.1 virtual machine hosted on my Windows 7 64-bit workstation. The first order of business was getting familiar with Linux. When I heard that Bricsys had shipped Bricscad for Linux, I was anxious to get to work on supporting the Linux platform.
