diff --git a/README.md b/README.md index 79c7033..34c736e 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/bindings/python/deps/extern b/bindings/python/deps/extern deleted file mode 120000 index 243e0a0..0000000 --- a/bindings/python/deps/extern +++ /dev/null @@ -1 +0,0 @@ -../../../extern \ No newline at end of file diff --git a/bindings/python/deps/lib b/bindings/python/deps/lib deleted file mode 120000 index a5bc743..0000000 --- a/bindings/python/deps/lib +++ /dev/null @@ -1 +0,0 @@ -../../../lib \ No newline at end of file