diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-11-07 14:33:03 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-11-07 14:33:03 +0800 |
| commit | 3feae1c3d54940f80e2de4b1297fafebdf64d789 (patch) | |
| tree | 734dd986c102b5b72664962de7366edd9fd6c897 | |
| parent | 7ab4d9e705b5e2212916af6d10d6565a6b89806a (diff) | |
Change instruction from pkg add to pkg install
for FreeBSD as it's the one that would pull dependencies automatically
More for users that are trying to figure out the command for installing
the binary package, and they read this README (which is actually for
builders, who could still use pkg add).
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ $ cd .. $ mv -i indra/newview/app_settings/windlight .. $ cd - $ sudo cpack -G FREEBSD -$ sudo pkg add megapahit-`cat newview/viewer_version.txt`-`uname -s`.pkg +$ sudo pkg install megapahit-`cat newview/viewer_version.txt`-`uname -s`.pkg $ cd .. $ mv -i ../windlight indra/newview/app_settings/ $ sudo pkg set -yA 1 freealut apr1 boost-libs fltk hunspell meshoptimizer minizip libnghttp2 openjpeg sdl20 vlc libvorbis |
