break out bundledeps instructions for macports vs homebrew

This commit is contained in:
Lilith McMullen
2024-01-22 18:43:05 -08:00
parent ae41e6d71c
commit 20ce0c0589
+3 -1
View File
@@ -136,7 +136,9 @@ Supersonic is available in the AUR and can be built either manually with `makepk
* run ``make package_macos`` to generate the .app bundle * run ``make package_macos`` to generate the .app bundle
* **If** you are on Mac OS **High Sierra** through **Catalina**, run ``make bundledeps_macos_highsierra`` and you are done! Otherwise, continue reaading. * **If** you are on Mac OS **High Sierra** through **Catalina**, run ``make bundledeps_macos_highsierra`` and you are done! Otherwise, continue reaading.
* At this point, the Supersonic.app bundle can be copied to Applications and it will run on your machine, but it depends on the brew installation of mpv * At this point, the Supersonic.app bundle can be copied to Applications and it will run on your machine, but it depends on the brew installation of mpv
* To copy the dependencies into the app bundle, and make it truly portable, run ``make bundledeps_macos`` * To copy the dependencies into the app bundle, and make it truly portable, run the appopriate command for your package manager:
- **Homebrew**: ``make bundledeps_macos_homebrew``
- **Macports**: ``make bundledeps_macos_macports``
## Build instructions (Windows) ## Build instructions (Windows)