]> git.saurik.com Git - apt.git/blobdiff - COMPILING
* fix segfault in the pkgRecords destructor
[apt.git] / COMPILING
index 66e53ca1aa19c5d2f4200b6961d36e329c8f4eac..fadbe171b5050005eea5f7fa21b24753b96cf65b 100644 (file)
--- a/COMPILING
+++ b/COMPILING
@@ -8,11 +8,11 @@ To compile this you need a couple things
   - A working ANSI C++ compiler, this is not g++ 2.7.* 
     g++ 2.8 works OK and newer egcs work well also. Nobody has tried it
     on other compilers :< You will need a properly working STL as well.
-    g++ 3 does not presently work because they made the STL headers
-    use namespaces. 
   - A C library with the usual POSIX functions and a BSD socket layer. 
     If you OS conforms to the Single Unix Spec then you are fine:
       http://www.opengroup.org/onlinepubs/7908799/index.html      
+  - Refer to the Build-Depends information in debian/control for
+    additional requirements (some of which are Debian-specific)
 
 ** NOTICE **
 The C++ global constructors do not link correctly when using non-shared