readme
来自「一个类似STL的自动机的源代码库」· 代码 · 共 28 行
TXT
28 行
ASTL beta2.0 Getting Started* Clean up directories by launching "make clean" ("make cleaner" goes a little bit further).* Rebuild the dependencies file Makefile.d located in the src/ directory by typing "make dep"; the general build process relies on this dependencies file and it must be updated each time a new .cc file is added into src/ directory or each time included header files change. * Build all executables binaries in bin/ from .cc files in src/ by running "make all". This is the default target. This should create a bunch of executable files implementing ASTL algorithms as command line filters, see documentation. Type "make RELEASE=1" to build an optimized version of the binaries.* Run basic tests by running "make check". The process should end with a null return value.* Display possible targets by typing "make help".* Build the documentation postscript and PDF files in doc/ directory by typing "make doc".Vincent Le Maout, vincent.lemaout@chello.fr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?