libk  Changes To build

Initial version of "build"

            1  +# building and packaging
            2  +libk provides two kinds of tarball: release tarballs and "live" tarballs. the live tarball is simply the current state of the "trunk" branch, and can be downloaded at the [libk download page](/download). however, you will most likely want to package libk, rather than installing it directly to your system. below are direct links to the official live and release packaging scripts for the distributions whose build systems we currently support. the packaging scripts for the live build are bundled in the [dist/](/dir?ci=tip&name=dist) directory of the repository, and are used as the basis for the release build scripts, which are uploaded separately elsewhere. if you would like to add support for another distribution, we welcome your merge requests, and urge you to join the maintenance effort for your distro to help us ensure stable releases.
            3  +
            4  +please note that the live package script does not and cannot verify checksums or signatures on the source package! if you need such guarantees, you should use the most recent release available for your distro instead.
            5  +
            6  +<table>
            7  +	<tr style="background:#881142">
            8  +		<th style="width:30%">distro</th>
            9  +		<th style="text-align:center; width: 15%">live build</th>
           10  +		<th style="text-align:left">release builds</th>
           11  +	</tr>
           12  +	<tr>
           13  +		<td style="text-align:right;font-weight:bold"><a href="https://archlinux.org">Arch Linux</a></td>
           14  +		<td style="text-align:center"><a href="doc/tip/dist/PKGBUILD">PKGBUILD</a></td>
           15  +		<td><em>(no releases)</em></td>
           16  +	</tr>
           17  +	<tr>
           18  +		<td style="text-align:right;font-weight:bold"><a href="https://nixos.org">NixOS</a></td>
           19  +		<td style="text-align:center"><a href="doc/tip/dist/libk.nix">libk.nix</a>*</td>
           20  +		<td><em>(no releases)</em></td>
           21  +	</tr>
           22  +</table>
           23  +
           24  +<small>scripts marked with * must be run from within the tarball. all other will download the necessary source files automatically.</small>
           25  +
           26  +at this time, libk does not provide any official project binaries. however, in the future, we plan to make use of the OpenSUSE Open Build System service to provide binary packages for a wide variety of distributions and architectures, for both the live build and most recent release.