Build 3rd Party lib with Autobuild

From Second Life Wiki
Revision as of 14:46, 17 November 2022 by Signal Linden (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Building a 3rd Party Library Package from LL Repository

# Install autobuild
# For more complete details on this : https://wiki.secondlife.com/wiki/Autobuild
pip install autobuild
# Clone the 3rd party repo you need to repackage
git clone https://github.com/secondlife/3p-xxx
cd 3p-xxx
# download any dependencies for the package
autobuild configure
# build the library locally
autobuild build
# package the library locally
autobuild package