meson is required to build this project.
- Clone this repository.
- Create a build directory; use meson and ninja to build the project.
$ mkdir build && cd build
$ meson ..
$ ninja
$ meson test -v # Run tests and see test output.
It is possible to generate a bootable image containing LAI in order to test it on real hardware.
$ cd boot_image
$ make clean all
A bootable ISO file called lai_test.iso
should be created in the boot_image
directory.
Test it in QEMU (make run
) or any other virtualisation solution, or write it onto a drive
(e.g.: a USB stick) by means of cat
or dd
.