libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/cvd documentation.h


From: Edward Rosten
Subject: [libcvd-members] libcvd/cvd documentation.h
Date: Thu, 10 Apr 2008 20:00:09 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        08/04/10 20:00:09

Modified files:
        cvd            : documentation.h 

Log message:
        Updated docs

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/documentation.h?cvsroot=libcvd&r1=1.11&r2=1.12

Patches:
Index: documentation.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/documentation.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- documentation.h     13 Feb 2008 23:38:38 -0000      1.11
+++ documentation.h     10 Apr 2008 20:00:09 -0000      1.12
@@ -75,6 +75,7 @@
                  - Drawing in to images
                  - Flipping, pasting, etc
                  - Interpolation, warping and resampling
+                 - Integral images
     - %Camera calibration support: Linear, Cubic and Quintic 
 
 \subsection Mathematical
@@ -84,18 +85,29 @@
        - Random numbers
 
 \section Portability
-
-    - Linux
-    - IRIX (SGI O2)
-    - FreeBSD
-       - OpenBSD
-    - Mac OS X
-               - Supports the OS X build environment including
-                       - Frameworks
-                       - .dylib libraries
-               - Currently does not support gcc 3.3 (20030304) due to possible 
compiler bug.
-    - Cygwin
-       - Probably any other unix with a modern C++ compiler and a reasonably 
standard build environment (gmake is required)
+  LibCVD will compile on any reasonable unixy environment, with a reasonable
+  C++ compiler (e.g. gcc version >= 3.1) and GNU Make.  Additionally, libCVD
+  supports both normal and cross compilers.  It is known to work on:
+  
+  -Well tested (current):
+       - Linux: x86, x86-64
+       - Linux: ARM LPC3180, XScale (cross compile)
+       - uCLinux: Blackfin  (cross compile)
+       - FreeBSD: x86
+       - OpenBSD: XScale
+       - Mac OS X: x86
+               -Supports the OSX build environment including:
+                       -Frameworks
+                       -.dylib libraries
+       - Cygwin: x86
+       - MinGW: x86 (native and cross compile)
+
+  -Has worked on (current status unknown):
+       - Mac OS X: PPC
+               - Does not support gcc 3.3 (20030304) due to possible compiler 
bug.
+       - Linux: PPC
+       - Solaris: SPARC
+       - IRIX SGI O2: MIPS
 
  
 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]