-
Notifications
You must be signed in to change notification settings - Fork 3
autocompile.sh
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
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.
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.
__ THIS LICENSE APPLIES TO ALL FILES AND FOLDERS IN THIS PROJECT. __
__ IF YOU CONTRIBUTE, YOUR NAME WILL BE ADDED TO THIS FILE. __
__ MIT License __
Copyright (c) 2021 Main Menu aka Corigan01
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.