install
来自「convert C programs for use in C++ compil」· 代码 · 共 38 行
TXT
38 行
The Python interpreter is required to run these programs.
(http://www.python.org)
INSTALL C to C++ UNDER WINDOWS
- unpack the archive.
INSTALL C to C++ UNDER LINUX/UNIX
- unpack the archive
- enter superuser mode, type su and then the root password.
- type:
./configure
./setup
this tests first if Python is present and then copy the scripts into
/usr/local/bin and
/usr/local/c2cpp.
To install into another location, type:
setup.py --with-prefix=directory
MAKE THE DOC
Use makeinfo with ctocpp.texi as parameter. See makeinfo
doc for how to build pdf and other formats.
Type mkdoc to build an html file.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?