29 Star 171 Fork 23

GVP芯华章科技股份有限公司 / EpicFV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.md 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
lisaqiu 提交于 2021-01-19 14:11 . rename file path and filename

EpicFV

🍀Install steps:

You need a C++ compiler with C++11 support (up-to-date CLANG or GCC is recommended) and some standard tools such as GNU Flex, GNU Bison, and GNU Make. TCL, readline and libffi are optional.

On Ubuntu:
$ sudo apt-get install build-essential clang bison \
            flex libreadline-dev tcl-dev libffi-dev \
            git pkg-config python3
on CentOS:
# yum install clang tcl-devel readline-devel
# yum -y install git vim
# yum -y install gcc gcc-c++ gdb flex bison
# yum -y install make libffi-devel
# yum -y install python36
make

🐣run steps:

setenv EPICFV_HOME $PWD

cd example/run

$EPICFV_HOME/epic_fv -f demo1.tcl [-worker <8>] [-session <sessionName>]
C++
1
https://gitee.com/x-epic/EpicFV.git
git@gitee.com:x-epic/EpicFV.git
x-epic
EpicFV
EpicFV
main

搜索帮助