Update readme files, now that a few packages were removed.

This commit is contained in:
Ansgar Becker
2010-01-21 10:24:20 +00:00
parent 24e59b329b
commit 813b857098
2 changed files with 2 additions and 13 deletions

View File

@ -76,10 +76,6 @@
<th>Relative path</th>
<th>Action</th>
</tr>
<tr>
<td>components/tntunictrls/packages/delphi11/TntUnicodeVcl.groupproj</td>
<td>Build All + Install "TntUnicodeVcl_Design"</td>
</tr>
<tr>
<td>components/synedit/packages/delphi11/SynEdit.groupproj</td>
<td>Build All + Install "SynEditD"</td>
@ -190,10 +186,8 @@
<li>Choose "Packages". Highlight the following packages one by one and
click the "Remove" button after highlighting each one:
<ul>
<li>EDBImage</li>
<li>HeidiSQL helper components</li>
<li>TNTWare Unicode Controls</li>
<li>SynEdit component suite</li>
<li>VirtualTreeview</li>
</ul>
</li>
</ul>
@ -519,11 +513,6 @@
<p>
Note: Order is important!
</p>
<p>
Todo:
Extract the sed code that alters %WCVER% from build_everything.cmd and put it in a separate file.
Run this file in a post-compile step whenever the HeidiSQL project is compiled.
</p>
<ol>
<li>
<strong>Make sure your working copy contains both "trunk" and "tags" from repository.</strong><br />

View File

@ -60,7 +60,7 @@
<h2 id="requirements">Prerequisites</h2>
<p>
You will need the following software for building HeidiSQL. Install in any order you prefer.
<ul><li><a href="http://www.codegear.com/downloads/free/delphi">CodeGear Delphi 2007</a> (or later)</li></ul>
<ul><li><a href="https://downloads.embarcadero.com/free/delphi">Delphi 2010</a></li></ul>
<ul><li><a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&amp;filter=Setup-Subversion*.msi">Subversion</a> command line tools</li></ul>
<ul><li><a href="http://tortoisesvn.net/downloads">TortoiseSVN</a> graphical Subversion client</li></ul>
</p>