From c80cf206c81c79a9c98f398d374313d376598166 Mon Sep 17 00:00:00 2001 From: bjorn Date: Mon, 23 May 2022 08:35:44 -0700 Subject: [PATCH] doc: remove mention of meson; --- README.md | 22 +--------------------- doc/howto-release.md | 1 - 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/README.md b/README.md index 1b79dc650..7c4416cdf 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The project is primarily developed on GNU/Linux, but also runs on Android and Wi Dependencies include: -* [CMake][] 3.13 or newer (Note Ubuntu 18.04 only has 3.10) or meson >= 0.49 +* [CMake][] 3.13 or newer (Note Ubuntu 18.04 only has 3.10) * Python 3.6 or newer * Vulkan headers and loader - Fedora package `vulkan-loader-devel` * OpenGL headers @@ -141,26 +141,6 @@ make install Documentation can be browsed by opening `doc/html/index.html` in the build directory in a web browser. -### Meson - -The build process is similar to other Meson builds. -For a system wide installation requiring root privileges: - -```bash -meson --prefix=/usr build -ninja -C build install -``` - -For a local installation in ~/.local: - -```bash -meson --prefix=~/.local -Dinstall-active-runtime=false build -ninja -C build install -``` - -Note that the installation of the `active_runtime.json` file should be disabled for installations without -root privileges because this file is always installed in meson's syconfdir (usually /etc). - ## Getting started using OpenXR with Monado This implements the [OpenXR][] API, diff --git a/doc/howto-release.md b/doc/howto-release.md index 9ca7349e7..a92001efa 100644 --- a/doc/howto-release.md +++ b/doc/howto-release.md @@ -27,7 +27,6 @@ git commit -m"doc: Remove old changelog fragments" doc/changes Edit the files * `CMakelists.txt` -* `meson.build` * `src/xrt/state_trackers/oxr/oxr_instance.c` See previous commits for exact places.