diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -49,6 +49,13 @@ should compile the tools and install them in /usr/local. The 'configure' script is generated by GNU autoconf, and accepts the arguments that such scripts commonly do. +You can use + ./configure --enable-precomputed-scaletable +to precompute lookup tables for pixel composing at compile time. +Normally these tables are initialized at run time if a layer that +needs them is detected. Precomputing them may improve performance +by a few percent, at the cost of doubling the size of each binary. + License ======= @@ -66,4 +73,4 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |