Skip to content

Commit 49863dd

Browse files
monsterwendykblaschke
authored andcommitted
docs: incorporate ENABLE_MACOS_FRAMEWORK suggestion from review
1 parent 4278b84 commit 49863dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ cmake -G Ninja -S . -B cmake-build \
177177
-DCMAKE_INSTALL_PREFIX=~/dev/projectm-install \
178178
-DENABLE_PLAYLIST=ON \
179179
-DBUILD_SHARED_LIBS=ON
180+
# Optional: add -DENABLE_MACOS_FRAMEWORK=ON to build as a .framework bundle
181+
# (libprojectM 4.2+ only — easier to link against in Xcode projects)
180182
cmake --build cmake-build --parallel
181183
cmake --install cmake-build
182184
cd ..

0 commit comments

Comments
 (0)