Skip to content

Commit

Permalink
Updated README and removed unused directories
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsan committed Sep 2, 2024
1 parent 5fa7bbe commit 1756fa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ elsewhere.
You'll need [Meson][1] and [Ninja][2] to be able to develop and build the C/C++ code.
Use your preferred package manager to install them.

### Third party dependencies

You need to download some third party dependencies.

```shell
python3 ./tools/download_deps.py
```

### Setup and build the C/C++ archives

You don't need to do this step when building the bindings below.
Expand All @@ -29,6 +21,12 @@ cd build
meson compile -v
```

If you're on a macOS and get linker errors try using:

```shell
LDFLAGS="-ld_classic" meson setup build
```

### Build and install the Python bindings

```shell
Expand Down
1 change: 0 additions & 1 deletion bindings/python/deps/extern

This file was deleted.

1 change: 0 additions & 1 deletion bindings/python/deps/lib

This file was deleted.

0 comments on commit 1756fa5

Please sign in to comment.