readme
来自「BestCrypt开源加密原代码」· 代码 · 共 24 行
TXT
24 行
In order to compile BestCrypt for Linux correctly and to prevent errors caused byversion conflict (different kernel binary and sources/headers version) do following steps:1. Get kernel sources. Moreover, make sure that versions of your kernel binaries and sources are equal.2. Install kernel sources properly. In order to check it, issue make mrproper from the root of kernel source. 3. Configure kernel sources accordingly to your kernel binary. If you run *smp kernel make sure that Symmetric Multiprocessing is checked.4. Issue make dep from the root of kernel source. 5. Make BestCrypt for Linux.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?