📄 dev_applypatch.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Applying patches</title>
<meta content="text/html; charset=us-ascii" http-equiv="content-type">
<link type="text/css" rel="stylesheet" href="office11.css">
</head>
<body>
<h1>Applying
patches</h1>
<br>
<dl>
<dt>Using <a href="http://www.gnu.org/software/patch/patch.html"
target="_blank=" class="external">GNU Patch</a> <img title="External Link"
src="external.png" border="0" height="10" width="10"> </dt>
<dd>1. Download and place <span style="text-decoration: underline;"><a
href="http://www.gnu.org/software/patch/patch.html" target="_blank="
class="external">GNU patch</a></span> <img title="External Link"
src="external.png" border="0" height="10" width="10"> in the directory
you want to patch.</dd>
<dd>2. Type <i>cmd</i>
in Run and tab your way to where GNU Patch is.</dd>
<dd>3. Write <i>patch
-[parameter] < my-patch.diff</i></dd>
<dd>4. The file <span style="font-style: italic;">my-patch.diff</span>
is the actual patch you want to apply. </dd>
<dd><br>
Example: <i>C:\Program
Files\DCpp_orig>patch -p1 < my-patch.diff</i><br>
C:\Program Files\DCpp_orig is the directory that is going to be patched.<br>
p1 gives the entire file name unmodified with out a leading slash.<br>
<br>
<p>Parameters and more information on how to use GNU Diff can be
found in the documentation for GNU Diff which should have come included
with GNU Diff. Otherwise, the manual can be found at the <a
href="http://www.gnu.org/software/diffutils/manual/diff.html"
target="_blank" class="external">GNU Diff manual</a> <img
title="External Link" src="external.png" border="0" height="10"
width="10"></p>
</dd>
</dl>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -