
If you're building under WSL, clone from the git-bash command line.
Brl cad linux operation install#
Fedora: yum install freetype-devel fontconfig-devel yum install libX11-devel libXext-devel libXi-devel mesa-libGL-devel.Debian/Ubuntu: apt install libc6-dev libfreetype-dev libfontconfig-dev apt install xserver-xorg-dev libx11-dev libxi-dev libglu1-mesa-dev.Linux: BRL-CAD needs the Xorg development packages.BSD: we assume you know what you're doing and can follow the gist.CentOS: yum install python3-pip devtoolset-9 pip3 install cmake scl enable devtoolset-9 bash.If you're on an older distribution, you may need to manually install a more recent version of cmake. Debian/Ubuntu: apt install build-essential make cmake.Alas, the tools and names change frequently, so the following are platform-specific recommendations that may need to be adjusted for your system. Installing is easiest with a package management system like apt, brew, yum, and dnf that install for you. Linux and Windows Subsystem for Linux ( WSL):.Mac: Install CMake and XCode or run this in Terminal: xcode-select -install.VS Code should also work, but you will need to install the " Build Tools for Visual Studio" also. Windows: Install Git, CMake, and Visual Studio Community or Professional.If using Intel, version 2015 (15.0+) or later.

If using GCC/G++, version 4.8.1 or later.If using Visual Studio, version 2015 (14.0+) or later.You will also want Git to obtain the latest source code. To build, you want the latest CMake, a recent compiler, and at least 3GB of disk space. See INSTALL for more detailed instruction. This page has simplified steps for building quickly.
