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

📄 readme

📁 这是linux下的进化计算的源代码。 === === === === === === === === === === === ===== check latest news at http:
💻
字号:
This Templates directory contains template files of an EO project anda script createEOproject.sh to create a complete new EO project.The template requires a complete installation of EO, that is, you musthave run "make install" in the build-directory.In particular, the C++ compiler must find the EO include files and thelinker must find the EO libraries. Most probably, that means that youhave to set the variables CPLUS_INCLUDE_PATH and LIBRARY_PATH, i.e.for a standard installation and using tcsh:   setenv CPLUS_INCLUDE_PATH /usr/local/include/eo:"$CPLUS_INCLUDE_PATH"  setenv LIBRARY_PATH /usr/local/lib:"$LIBRARY_PATH"When running bash, use this:  export CPLUS_INCLUDE_PATH=/usr/local/include/eo:"$CPLUS_INCLUDE_PATH"  export LIBRARY_PATH=/usr/local/lib:"$LIBRARY_PATH"You can freely move the created project around. However, whenever youchange the location of the source- or build-directories, you need torun   touch configure.ac && autoreconfin the source-directory and   make in the build-directory (which might or might not be the same for you).See README.manual for more details.

⌨️ 快捷键说明

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