Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 828 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 828 Bytes

NTL - a library for doing numbery theory

Version: 11.3.2

Release date: 2018.11.15

Author: Victor Shoup ([email protected])

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.

Building

sudo apt install cmake
git clone https://github.com/polystencils/ntl.git
cd ntl
mkdir build
cd build
cmake ..
make -j12

Documentation

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.