📄 readme_cvs
字号:
Compiling FreeFem++ from CVS sources------------------------------------$Id: README_CVS,v 1.6 2006/10/19 13:13:18 hecht Exp $Download--------# To download a working copy from the CVS repository:export "CVSROOT=:ext:$USER@melis.ann.jussieu.fr:/Users/hecht/FreeFem++-cvs"export CVS_RSH=sshcvs checkout [-d dirname] freefem++# To update you freefem++ treecvs update # To update if new directory is created cvs update -d# (this produces a directory named "freefem++" containing the most# recent version of all the source files)A complete guide to CVS commands can be found at:https://www.cvshome.org/docs/manual/cvs-1.11.12/cvs_16.html#SEC113Configuration-------------To update all the makefiles and the "configure" script if"configure.ac" has been modified:> autoreconfCompilation-----------# To compile, check and install FreeFem++:./configure [--enable-debug] [other options found in README and INSTALL...]# or./reconfiguremakemake checkmake installChange log----------To update the contents of "changelog" (which lists all modified filesand the related commit messages):# make changelog # (needs "cvs2cl" to be installed on the machine)Distributing------------# To build an archive containing all the source files:make dist# To build a Debian packagemake deb
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -