Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,23 @@ Welcome to Gaming OS 🙂
## MacOS (Apple Silicon)
1. Install [Rust](https://www.rust-lang.org/tools/install)
2. Install [Homebrew](https://brew.sh/)
3. Install PKG_CONFIG_PATH and ensure it's set in your path
3. Clone the Repo

```bash
git clone https://github.com/face-hh/webx
```


4. Install PKG_CONFIG_PATH and ensure it's set in your path

```bash
brew install pkg-config
which pkg-config
```

3.1. Should return something like `/opt/homebrew/bin/pkg-config`. If it doesn't, add it to your path.
4.1. Should return something like `/opt/homebrew/bin/pkg-config`. If it doesn't, add it to your path.

4. Install GTK and Necessary Libraries
5. Install GTK and Necessary Libraries

```bash
brew install glib
Expand All @@ -109,7 +116,7 @@ brew --prefix libadwaita
brew --prefix lua@5.4
```

4.1 Validate if the libraries are installed adequately and set in PKG_CONFIG_PATH, command below should return the path to the libraries without any errors.
5.1 Validate if the libraries are installed adequately and set in PKG_CONFIG_PATH, command below should return the path to the libraries without any errors.

```bash
pkg-config --libs --cflags glib-2.0
Expand All @@ -122,7 +129,7 @@ pkg-config --libs --cflags libadwaita-1
pkg-config --libs --cflags lua-5.4
```

5. Run `cargo run` in the `napture/` directory.
6. Run `cargo run` in the `napture/` directory.

```bash
cd napture
Expand Down Expand Up @@ -230,4 +237,4 @@ I believe you'd get a better understand if you explored the [registrar](https://

NOTE: Bussin Napture doesn't support `buss://` redirects yet. They will be added in the official release.

Made by FaceDev with pure utter hatred and undesire :D
Made by FaceDev with pure utter hatred and undesire :D