📄 readme
字号:
General Compilation-------------------GCC and CC compilers--------------------The 'configure' script looks for a working GNU C compiler (gcc) and uses itby default if it is found. You can force 'configure' to use thestandard C compiler (cc) by either adding a line to the 'configure'script:CC=ccor by defining a shell variable:set CC="cc"The file 'config.cache' seems to retain the value for this option. If youhave already run 'configure' you may need to delete the 'config.cache' filewhen changing back to the gcc compiler.Shared libraries----------------By default, the configure script builds shared libraries usinglibtool. Whilst this is very nice for making usable binaries, it can bea pain when trying to debug a program. For that reason, compilation ofshared libraries can be turned off by specifying the'--disable-shared' option to 'configure'.Compilation Problems--------------------On some systems there may be compatibility problems with differentautomake, autoconf or libtool versions. Always make sure that you keepup to date with releases of these tools and let me know of any problemsyou experience. If a libtool problem does arise you can try deleting config.cache ltmain.sh ltconfig libtooland then type aclocal autoconf automake -aand then retry the make.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -