Skip to content

Commit d07c6e6

Browse files
committed
Add support for skip argument
1 parent 372886f commit d07c6e6

File tree

8 files changed

+239
-126
lines changed

8 files changed

+239
-126
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Modified version of cliraop/raop-play for Music Assistant.
44

55
Based on libraop by philippe44 (all rights reserved). See upstream repo for more info.
66

7-
## Building (debian OS, cross compile)
7+
## Building
88

99
```sh
1010
apt-get update
@@ -13,10 +13,11 @@ git clone https://github.com/music-assistant/libraop.git
1313
cd libraop
1414
git submodule update --init
1515

16-
# Build project
17-
./build.sh
18-
```
16+
# Build project for linux with static OpenSSL
17+
make HOST=linux PLATFORM=aarch64 STATIC=1
1918

20-
# Build for architecture
19+
# Build project for macOS with static OpenSSL
20+
make HOST=macos PLATFORM=arm64 STATIC=1
21+
```
2122

22-
make HOST=linux PLATFORM=aarch64
23+
**IMPORTANT:** Always use `STATIC=1` to statically link OpenSSL from crosstools. This ensures the binary is self-contained and doesn't depend on system OpenSSL libraries.

0 commit comments

Comments
 (0)