📄 install
字号:
Installation ------------borZoi can be built using either an internal math library or Victor Shoup'sNTL number theory library which provides better performance. If NTL is used,it must be first downloaded from http://www.shoup.net and installed.GNU Development Tools:1) (If NTL is not installed) ./configure (If NTL is installed) ./configure --enable-ntl2) make3) make installMicrosoft Visual C++:1) Open the borZoi.dsw file in Microsoft Visual C++ 1.1) (Only if NTL is installed) Replace the USE_MPI preprocessor definition with USE_NTL in the preprocessor definitions section of the C/C++ tab of the Project Settings dialog box. 1.2) (Only if NTL is installed) Delete the math_mpi.cpp file from the source files list and replace it with the math_ntl.cpp file.2) Build.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -