Skip to content

Commit

Permalink
docs: Fix compilation command for macOS
Browse files Browse the repository at this point in the history
Fixes: #265 "macOS build broken not finding libucode.0.dylib"

Suggested-by: Felix Fietkau <[email protected]>
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Jan 5, 2025
1 parent 94cf44d commit 826a5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To build on MacOS, first install *cmake* and *json-c* via
$ brew install cmake json-c
$ git clone https://github.com/jow-/ucode.git
$ cd ucode/
$ cmake -DUBUS_SUPPORT=OFF -DUCI_SUPPORT=OFF -DULOOP_SUPPORT=OFF .
$ cmake -DUBUS_SUPPORT=OFF -DUCI_SUPPORT=OFF -DULOOP_SUPPORT=OFF -DCMAKE_BUILD_RPATH=/usr/local/lib -DCMAKE_INSTALL_RPATH=/usr/local/lib .
$ make
$ sudo make install

Expand Down

0 comments on commit 826a5c9

Please sign in to comment.