Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Monado
Monado
Commits
c80cf206
Commit
c80cf206
authored
May 23, 2022
by
Bjorn Swenson
Browse files
doc: remove mention of meson;
parent
6ef55d1f
Pipeline
#594016
passed with stages
in 9 minutes and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c80cf206
...
...
@@ -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,
...
...
doc/howto-release.md
View file @
c80cf206
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment