summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-05-16 08:04:29 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-05-16 08:04:29 (GMT)
commit1ebb42385c535860df1455656f39699bffb20937 (patch)
tree22b15aa4840c7ec051b3b9dde2e64158d650aa11 /INSTALL
parentd3adcbbc0c51ab693e7fcbd95569ffd548128d02 (diff)
downloadcv2pdb-1ebb42385c535860df1455656f39699bffb20937.zip
cv2pdb-1ebb42385c535860df1455656f39699bffb20937.tar.gz
cv2pdb-1ebb42385c535860df1455656f39699bffb20937.tar.bz2
v0.2:
some minor doc changes replace .debug section in executable rather than rename it, if it the last section. support for field type LF_VFUNCTAB and symbol type S_CONSTANT used by DMC. added stringview to autoexp.dat for full length text display.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 6 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index e525207..16a0a97 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,9 +7,11 @@ Copyright (c) 2009 by Rainer Schuetze, All Rights Reserved
Prerequisites
-------------
-For this program to be useful, you should have either Microsoft Visual
-Studio 2005 or 2008 or one of the Express versions installed. cv2pdb
-uses one of the Microsoft DLLs to actually write the PDB file.
+For this program to be useful, you should have you should have the
+Digital Mars D Compiler (http://www.digitalmars.com/d/2.0/dmd-windows.html)
+and either Microsoft Visual Studio 2005 or 2008 or one of the Express
+versions installed. cv2pdb uses one of the Microsoft DLLs to actually
+write the PDB file.
Installation
------------
@@ -45,5 +47,5 @@ Building from source
--------------------
The source package comes with a Visual Studio 2008 project and solution
that work with both the Standard and the Express version. These won't
-work in VS2005, but rebuilding the project should be easy.
+work in VS2005, but creating a VS2005 project should be easy.