install

来自「蒙特卡洛仿真源代码很有参考价值要按照步骤进行操作」· 代码 · 共 24 行

TXT
24
字号
To install mcsLibre:1.  Extract the files from the archive.  If you are reading this, thenchances are you've already done this.2.  Enter the MCS-libre directory.  This is the directory containingthis text file that you are reading.3.  Type:  make4.  Type:  make install5.  To compile the examples, enter the examples directory and type:  make6.  Optionally, to remove files created during installation, return tothe MCS-libre directory and type:  make cleanThe mcsLibre header files should now be in /usr/local/include and thestatic library file should be contained in /usr/local/lib.If you prefer different locations, adjust the LIB and INC settings inthe Makefile.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?