blob: 4358a3de8b51000a059670b2a62e0fff65e57e63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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-src/, bypassing the original build system.
As far as applicable, the tests in libs/gmp/gmp-src/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>
2020-01-20 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
|