From: Carl Worth Date: Mon, 23 Sep 2013 15:13:22 +0000 (-0700) Subject: Add a simple helper program, glaze X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=acd14c47b39d0fd15f0b7b212b70606e394b2d0b;hp=acd14c47b39d0fd15f0b7b212b70606e394b2d0b;p=glaze Add a simple helper program, glaze This program allows for a user of glaze to simply execute: glaze --wrapper=mywrapper.so which is a fair bit easier than setting all of LD_LIBRARY_PATH, GLAZE_LIBGL, and GLAZE_WRAPPER to achieve the same result. ---