⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme_cvs

📁 FreeFem++可以生成高质量的有限元网格。可以用于流体力学
💻
字号:
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 + -