2010-12-11 23:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
    + Added uncrustify to tool lists.
This commit is contained in:
Viktor Szakats
2010-12-11 22:35:54 +00:00
parent 8a0e15bf88
commit 3c06e8ef29
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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]