quiverteam / Engine

Modified Version of Source 2007
104 stars 29 forks source link

Build Chroot #60

Closed JJL772 closed 4 years ago

JJL772 commented 4 years ago

In light of recent screw ups, I have decided that shipping a debian chroot with all the required packages for building quiver would be ideal, especially for building out-of-the-box. Building with the chroot should be optional.

NOTE: the steam runtime will not be used because of it's ancient compilers and software. The debian chroot should contain the latest and greatest compilers and software (gcc-9, etc.)

TODO:

JJL772 commented 4 years ago

Steam runtime doesn't really work (it hangs for some reason) and I don't feel like messing around with their scripts. Instead, use debootstrap to download all debs to an archive, extract and use dpkg to manually install them to a specific directory.