BUILD SCRIPT

THERE IS A C++ SCRIPT WRITTEN AS “build_and_install.cpp” AT https://github.com/satellitemadness1/satellite/ YOU CAN USE TO BUILD AND INSTALL THE SATELLITE PROGRAMMING LANGUAGE TO YOUR COMPUTER, IT LITERALLY DOES EVERYTHING FOR YOU IF YOU HAVE LIKE A CLANG++ BUILD WITH THE RUNTIME compiler-rt BUILT INTO IT… THERE’S A POST ON THIS WEBSITE ON HOW TO BUILD THAT CLANG++ FOR LINUX.

OTHER USERS YOU WILL NEED TO BUILD CLANG++ TO USE “build_and_install.cpp” JUST COMPILE “build_and_install.cpp” WITH “clang++ ./build_and_install.cpp -o enterprise_build” then run “./enterprise_build” AND IT WILL BUILD AND INSTALL SATELLITE WITH THE CLANG++ YOU JUST BUILT.

BUILDING CLANG++ IS A POST ON THIS WEBSITE, IF YOU NEED TO REFER TO THAT POST, THEN YOU NEED TO BUILD CLANG++ TO ninja stage2 EXACTLY TWICE JUST TO BE ABSOLUTELY SURE THAT EVERYTHING WORKS.