This is the download page for our unofficial LineageOS builds. It is based on Universal-DB's website files.
- Install Ruby 3.x for your machine
- Install Python 3.x for your machine
- Run
bundle config set --local path vendor/bundle
to ensure that dependency versions do not clash with other ruby projects - Run
bundle install
to install dependencies - Run
mkdir _device
, then runpython3 gen_pages.py
to generate device specific pages - Run
bundle exec jekyll serve
- This will build the site to
_site
, and host a simple web server at127.0.0.1:4000
- This will build the site to
- The site theme (
_includes
,_layouts
,_sass
,assets/css
,assets/js
) is licensed under the following:SPDX-License-IdentifierL: GPL-3.0-only
- You may read more in
LICENSE-code.txt
.
- The site text is licensed under the following:
SPDX-License-Identifier: CC-BY-NC-SA-4.0
- You may read more in
LICENSE-docs.txt
.