bsys5/linux-base
2022-11-10 12:31:06 +01:00
..
appimage renamed lw-linux-base 2022-11-03 13:10:04 +01:00
assets push to build on main branch 2022-11-03 14:33:38 +01:00
flatpak renamed lw-linux-base 2022-11-03 13:10:04 +01:00
Makefile Thu 10 Nov 2022 12:31:06 PM CET 2022-11-10 12:31:06 +01:00
README.md renamed lw-linux-base 2022-11-03 13:10:04 +01:00
release renamed lw-linux-base 2022-11-03 13:10:04 +01:00

lw-linux-base

Use make help to get this help message:

Build for flatpack and appimage files.

use: make [help] [all] [clean] [build] [package] [artifacts]

  fetch     - get the latest tarball. must be done first, at least once.
  update    - Only fetch the LibreWolf version-release files. used by 'fetch'

  all       - Build librewolf and it's artifacts.
  build     - Perform './mach build' on the extracted tarball.
  package   - multilocale package.
  artifacts - Build the artifacts

  clean     - Remove output files and temporary files.
  veryclean - Remove even more stuff.
  dir       - just extract and patch the LW tarball.
  bootstrap - try to set up the build environment.
  setup-debian, setup-fedora - needed packages.

  docker-build - Run 'docker build' for  lw-linux-base-x86_64  image.
  docker-run   - Run LW build using 'docker run' on then image.
  docker-shell - Run a shell in the docker image.
  docker-clean - Remove the docker image.

Use arch=x86_64 or arch=aarch64 to specify the target architecture.
Use target_type=flatpak or target_type=appimage to specify target type.