readme_cvs

来自「FreeFem++可以生成高质量的有限元网格。可以用于流体力学」· 代码 · 共 65 行

TXT
65
字号
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 + =
减小字号Ctrl + -
显示快捷键?