Version: 11.3.2
Release date: 2018.11.15
Author: Victor Shoup (victor@shoup.net)
NTL is open-source software distributed under the terms of the GNU Lesser General Public License (LGPL) version 2.1 or later. See the file doc/copying.txt for complete details on the licensing of NTL.
sudo apt install cmake
git clone https://github.com/polystencils/ntl.git
cd ntl
mkdir build
cd build
cmake ..
make -j12
Documentation is available in the file doc/tour.html, which can be viewed with a web browser.
For a detailed guide to installation, please see the appropriate documentation:
- doc/tour-unix.html for unix systems
- doc/tour-win.html for Windows systems
The latest version of NTL is available at http://www.shoup.net.