install.txt
来自「可以格式化超过200G硬盘的格式化工具」· 文本 代码 · 共 31 行
TXT
31 行
INSTALL
To compile the source code you need:
1. Borland Turbo C++ 3.0 or compatible.
2. The included source code and header file for fdisk.exe.
3. A PC running some form of DOS. (Probably greater than MS-DOS 4.0.)
4. Any reasonable 'make' utility (Borland includes one)
Instructions:
Note: I used Borland Turbo C++ 3.0 as a compiler, the instructions will
vary depending upon the compiler used.
1. Go into the 'source' directory
2. Edit the 'format.mak' makefile to make sure CC and CFLAGS match
your C compiler.
3. Type:
make -fformat.mak
4. You will have the executable.
** To delete the object files, type:
make -fformat.mak realclean
** To delete the generated format.exe program:
make -fformat.mak distclean
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?