Kasha Build
Dependencies
Install the following before building:
gccmakepkg-configgtk+-3.0development headers- For LUKS support:
bash,grub,xxd, andsed
On Devuan or Arch, use the universal branch of the project.
Build
Compile for the default environment:
bash
$ makeFor other distributions (Artix, Arch, Devuan, Debian):
bash
$ make universalClean the build artifacts:
bash
$ make cleanChanging the logo
To replace the installer logo, convert the image with xxd and drop it in the project:
bash
$ xxd -i logo.png > include/logo.hThen replace logo.h in the source tree.
Run
The installer needs root to manipulate disks, format partitions, and mount filesystems:
bash
# ./neko_installerOr use the convenience rule:
bash
# make run