Take advantage of the 'xbuild' command (requires XTChain 2.8.5)
Todas las comprobaciones han sido exitosas
Builds / ExectOS (amd64) (push) Successful in 3m50s
Builds / ExectOS (i686) (push) Successful in 28s

Este commit está contenido en:
2023-11-14 15:01:51 +01:00
padre fc85e0674b
commit e664b953a0
Se han modificado 2 ficheros con 3 adiciones y 3 borrados

Ver fichero

@@ -86,11 +86,11 @@ chbuild [DEBUG|RELEASE]
Once the sources are configured, enter the build directory and compile the source code:
```
cd build
ninja
xbuild
```
It is also possible to build a disk image ready to use with QEMU with the following command:
```
ninja diskimg
xbuild diskimg
```
# Contributing