wisdombion.blogg.se

Ubuntu cmake command not found
Ubuntu cmake command not found











ubuntu cmake command not found

ubuntu cmake command not found

To compile GLFW for X11, you need to have the X11 development packages installed. The C/C++ development environments in Visual Studio, Xcode and MinGW come with all necessary dependencies for compiling GLFW, but on Unix-like systems like Linux and FreeBSD you will need a few extra packages.ĭependencies for X11 on Unix-like systems It may be a useful companion to this one. The CMake project has their own much more detailed CMake user guide that includes everything in this guide not specific to GLFW. If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have a package system like Fink, MacPorts or Homebrew, you can install its CMake package.ĬMake is a complex tool and this guide will only show a few of the possible ways to set up and compile GLFW. If you are on Windows and macOS you can download CMake from their site. To compile GLFW, first generate these files with CMake and then use them to compile the GLFW library. GLFW uses CMake to generate project files or makefiles for your chosen development environment.

ubuntu cmake command not found

If you are already familiar with this from other projects, you may want to focus on the Installing dependencies and CMake options sections for GLFW-specific information. Using CMake Note GLFW behaves like most other libraries that use CMake so this guide mostly describes the basic configure/generate/compile sequence.

#Ubuntu cmake command not found how to#

For information on how to build applications that use GLFW, see Building applications. This is about compiling the GLFW library itself.













Ubuntu cmake command not found