summaryrefslogtreecommitdiff
path: root/Build/source/libs/gmp/README
blob: 3d0bf3dcd04426b06eff073f660eed8500ad398d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	Building GNU MP as part of the TL tree
	======================================

This directory libs/gmp/ uses a proxy Makefile.am to build the GNU MP
library 'libgmp' from the unmodified source tree in
libs/gmp/gmp-x.y.z/, bypassing the original build system.

As far as applicable, the tests in libs/gmp/gmp-x.y.z/configure have
been translated into equivalent test in libs/gmp/configure.ac.

=============================

At the moment there is a wrapper Makefile.am and configure.ac.

=============================

2014-03-31	Taco Hoekwater <taco@metatex.org>