Skip to content

autocompile.sh

Main Menu edited this page Mar 6, 2021 · 1 revision

The build file

This file will compile and build FluxedOS in about ~1/2 a second (depending on hardware).

all you need to do to run this magic file is

> bash autocompile.sh

Running into problems building

Try to use the install script / Install all the needed programs manually, if it continues to not work make a new issue and i'll try to fix it.

Errors with C++

The autocompile script uses bash's included "multi-threading"

command & # & is the continue without finishing or "multi-threading" thing

Since autocompile does this, c++ can not be stopped once it has started (unless ctrl-c or SIG ERROR). But due to the small amount of time to compile, it should not be a problem. It displays the error then tries to finish building the OS. You can see what file had the error by the output saying 'FAILED' and not 'DONE'. 'DONE' is for stuff that was done successfully.

Clone this wiki locally