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