mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
New logo and split of README in multiple pages
This is a cleanup and reorganization of the Infix documentation. Starting with a simplification of the top-level README, splitting it up into several pages. Also, fixes #100 by updating the documentation on Qemu. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Tobias Waldekranz
parent
7432ff10aa
commit
d2ccb32871
@@ -0,0 +1,29 @@
|
||||
Developer's Guide
|
||||
=================
|
||||
|
||||
Building
|
||||
--------
|
||||
|
||||
Buildroot is almost stand-alone, it needs a few locally installed tools
|
||||
to bootstrap itself. For details, see the [excellent manual][manual].
|
||||
|
||||
Briefly, to build an Infix image; select the target and then make:
|
||||
|
||||
make x86_64_defconfig
|
||||
make
|
||||
|
||||
Online help is available:
|
||||
|
||||
make help
|
||||
|
||||
To see available defconfigs for supported targets, use:
|
||||
|
||||
make list-defconfigs
|
||||
|
||||
> **Note:** build dependencies (Debian/Ubuntu): <kbd>sudo apt install make libssl-dev</kbd>
|
||||
|
||||
|
||||
[manual]: https://buildroot.org/downloads/manual/manual.html
|
||||
|
||||
|
||||
[7]: https://github.com/wkz/qeneth
|
||||
Reference in New Issue
Block a user