From 70fe68dda8586d279f70c2b83bd26bb0aa74654c Mon Sep 17 00:00:00 2001 From: gm4sl <103221693+gm4sl@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:29:11 -0500 Subject: [PATCH] docs/CMAKE.md: removed obsolete file (#53) Information for building using CMake had already been migrated to README.md making the file deleted by this commit unnecessary. --- CMAKE.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 CMAKE.md diff --git a/CMAKE.md b/CMAKE.md deleted file mode 100644 index 59fc6299..00000000 --- a/CMAKE.md +++ /dev/null @@ -1,27 +0,0 @@ - -# Buliding with CMAKE - -It is possible to build Backtrace's fork of Crashpad using CMAKE, either -independently, or as a sub-project. Currently supported systems are as follows: -- Linux (x86/x86_64) -- Windows (x86/x86_64) -- MacOS (incl. M1 ARM) -- Android (arm, arm64, x86_64) - -## Linux - -Assuming crashpad is installed to `~/crashpad` -```sh -$ cd ~/crashpad -$ mkdir cbuild && cd cbuild -$ cmake .. -$ make -j -``` - -This should build crashpad client library and the handler for it. - -## Windows - -## MacOS - -## Android