X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/678bc33eaf95356d1b63090d220b65162478b89a..cb99271c2b7944cc4653cb06f7c2137f3d828dd5:/COMPILING?ds=inline diff --git a/COMPILING b/COMPILING index 66e53ca1a..2dbff1fdf 100644 --- a/COMPILING +++ b/COMPILING @@ -8,8 +8,6 @@ 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