Skip to content

Commit 66e1959

Browse files
Small typo fix in INSTALL.md for NTL configure command. homenc#375
Small typo fix in INSTALL.md for NTL configure command. NTL uses the lowercase typeset for `on` or `off` in its configuration scripts.
1 parent c9ac9c9 commit 66e1959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ You can install NTL as follows:
186186
3. NTL is configured, built and installed in the standard Unix way (but
187187
remember to specify the following flags to `configure`):
188188
```
189-
./configure NTL_GMP_LIP=ON SHARED=on NTL_THREADS=on NTL_THREAD_BOOST=on
189+
./configure NTL_GMP_LIP=on SHARED=on NTL_THREADS=on NTL_THREAD_BOOST=on
190190
make
191191
sudo make install
192192
```

0 commit comments

Comments
 (0)