📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -