From 3c06e8ef292b2da55fd5e510342fe877e9f91eed Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 11 Dec 2010 22:35:54 +0000 Subject: [PATCH] 2010-12-11 23:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added uncrustify to tool lists. --- harbour/ChangeLog | 4 ++++ harbour/INSTALL | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 740ad34bbb..744f1f9d24 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-12-11 23:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + Added uncrustify to tool lists. + 2010-12-11 23:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/hbbtree/hb_btree.h * examples/hbbtree/hb_btree.c diff --git a/harbour/INSTALL b/harbour/INSTALL index ae498d7d42..bd08aa12ac 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -387,7 +387,7 @@ HARBOUR 1.) Install MacPorts, follow their instructions: https://www.macports.org/ 2.) $ sudo port install pcre slang allegro cairo freeimage gd2 mysql5-devel postgresql84 - $ sudo port install upx + $ sudo port install upx uncrustify Linux (generic) --------------- @@ -405,7 +405,7 @@ HARBOUR You'll need these base packages to build/package/test/use Harbour: - $ sudo apt-get install bash subversion gcc binutils fakeroot debhelper valgrind upx + $ sudo apt-get install bash subversion gcc binutils fakeroot debhelper valgrind upx uncrustify You'll need these packages to compile certain contribs and optional Harbour features: @@ -1559,6 +1559,8 @@ HARBOUR (not verified with current Harbour version) Valgrind (dynamic executable analysis tool) [linux, darwin-x86, free, open-source] http://valgrind.org/ + Uncrustify (source formatter) [multiplatform, free, open-source] + http://uncrustify.sourceforge.net/ UPX (executable compressor) [win, dos, *nix, free, open-source] http://upx.sourceforge.net/ Nullsoft Installer [win, free, open-source]