📄 readme
字号:
License-------See COPYING file for use/modification/distribution conditions.The main license (GPL) can be found in the file "gpl.txt". The licensefor libraries librti and libcerti (LGPL) can be found in the file"lesser.txt".Installation------------See INSTALL for detailed generic installation instructions. Thisprogram uses GNU Autoconf/Automake, so your standard ./configure /make / make install procedure should work, if you're used to this kindof installation.If not, your ./configure command should look like: [env {definitions}] ./configure [options] for non-standard include/lib path. The installation directory can beset with the --prefix option (default: /usr/local).- Example 1: This line launches the configuration, with standarddefaults and "$HOME/CERTI" as the target directory:./configure --prefix=$HOME/CERTI- Example 2: Using a recent GCC and a quite old X library, we had to usea "-fpermissive" option in each compilation command. This can be doneby modifying the CXXFLAGS variable:env CXXFLAGS="-fpermissive " ./configure --prefix=$HOME/CERTI- Example 3: This is the line we use on Solaris 6 stations, note how thedefault compiler names and directory values can be modified:env CC=cc CXX=CC CXXFLAGS="-RTTI -g -features=no%conststrings -I/opt/SUNWspro/SC5.0/include/CC " LDFLAGS="-L/opt/SUNWspro/SC5.0/lib/CC4 -L/opt/SUNWspro/SC5.0/lib/CC4/libp -lC " ./configure --prefix=$HOME/CERTI
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -