From e5d5b25b9d9d3b1c86fa21c88e22de0c1e8a6e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 16 Dec 2010 19:41:35 +0100 Subject: [PATCH] build.txt: some updated instructions --- build.txt | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/build.txt b/build.txt index 851132a37..51ea6b2e7 100644 --- a/build.txt +++ b/build.txt @@ -2,10 +2,6 @@ Some temporary build instructions. This is work in progress. -The tinyxml and pcre libraries are needed. The tinyxml is not really needed, these -files could be integrated into the CLI instead. - - Windows Visual Studio @@ -15,17 +11,13 @@ Then I built the lib with: cmake . nmake -To build tinyxml I just built all the files in externals/tinyxml +The resulting files can be downloaded here (please try if it works): + http://cppcheck.sf.net/pcre-8.10-vs.zip MINGW (Qt 4.7 SDK) -I downloaded pcre-8.0-lib.zip from here: http://software-download.name/pcre-library-windows/ - -I build libtinyxml.a with: - cd externals/tinyxml - qmake - jom +I downloaded pcre-8.0-lib.zip from here: http://software-download.name/pcre-library-windows/ Linux