XR packaging for Fedora Atomic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update readme

+7 -14
+7 -14
README.md
··· 1 - # homebrew-atomicxr 1 + # AtomicXR Homebrew Tap # 2 2 3 3 Homebrew tap for XR applications on Fedora Atomic 4 4 ··· 6 6 7 7 Tap: 8 8 ```sh 9 - brew tap matrixfurry.com/atomicxr https://tangled.org/@matrixfurry.com/homebrew-atomicxr 9 + brew tap matrixfurry/atomic-xr https://tangled.org/@matrixfurry.com/homebrew-atomicxr 10 10 ``` 11 11 12 12 Formulae (`brew install <application>`): 13 13 - [AtomicXR CLI (`axr`)](https://tangled.sh/@matrixfurry.com/atomic-xr): `atomicxr-cli` 14 - - [WlxOverlay-S](https://github.com/galister/wlx-overlay-s): `wlx-overlay-s` 15 - - [Monado Tracking Origin Calibrator](https://github.com/galister/motoc): `motoc` 16 - - [OSC Avatar Manager](https://github.com/galister/oscavmgr): `oscavmgr` 17 - - [VrcAdvert](https://github.com/galister/VrcAdvert): `vrc-advert` 18 14 - [Index Camera Passthrough](https://github.com/yshui/index_camera_passthrough): `index-camera-passthrough` 19 15 20 16 Casks (`brew install --cask <application>`): 21 - - [WayVR Dashboard](https://github.com/olekolek1000/wayvr-dashboard): `wayvr-dashboard` 17 + - [WayVR (formerly WlxOverlay-S)](https://github.com/wlx-team/wayvr): `wayvr` 22 18 - [LÖVR Playspace](https://github.com/SpookySkeletons/lovr-playspace): `lovr-playspace` 19 + - [Monado Tracking Origin Calibrator](https://github.com/galister/motoc): `motoc` 20 + - [OSC Avatar Manager](https://github.com/galister/oscavmgr): `oscavmgr` 21 + - [VrcAdvert](https://github.com/galister/VrcAdvert): `vrc-advert` 23 22 24 23 ## Performance ## 25 - If you want slightly better runtime CPU performance, you can build from source using `brew install --build-from-source <application>` 24 + If you want slightly better runtime CPU performance, you can build Formulae from source using `brew install --build-from-source <application>` 26 25 27 26 All Bottles are built for `x86_64-v3`, which should be a good balance between performance and compatibility. 28 27 ··· 37 36 ``` 38 37 39 38 To resolve this, remove the old tap with `brew untap shiloh/atomicxr` 40 - 41 - ### WayVR Dashboard: `xkbcommon: ERROR: failed to add default include path /home/linuxbrew/.linuxbrew/share/X11/xkb` 42 - This happens when the `xkb` config files (from the `xkeyboard-config` formula) are not linked to 43 - `/home/linuxbrew/.linuxbrew/share/X11/xkb`. This will happen if the `xorg-server` formula is installed. 44 - 45 - To fix this, run `brew unlink xkeyboard-config; brew link xkeyboard-config --overwrite` 46 39 47 40 ### Issues with `pthread.h` or other fixincludes while building formulae 48 41 This is caused by using Homebrew's GCC instead of Fedora's. Make sure Homebrew GCC is uninstalled and not a dependency.