From 4a783bbb2e9486761bb9e9928a2184a9b42a6e39 Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Tue, 5 Aug 2008 08:53:01 -0400 Subject: [PATCH] Add admonition about IDE-related questions. --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 5860522..862ec50 100644 --- a/README +++ b/README @@ -36,8 +36,12 @@ The library consists of a folder full of C++ header files (`.hh') and source files (`.cc'). `#include' header files and compile with source files as necessary for your own programs. A Makefile is included that compiles the library source files and the sample program and links them together; you can -easily customize the Makefile to replace the sample with your own program, or -you can write your own Makefile. +easily customize the Makefile to replace the sample with your own program or use +your own Makefile or IDE. + +NOTE: It is generally useless to ask me how to set up the library in your IDE +because you know more about the IDE than I do (unless it's the Eclipse CDT +). Resources --------- -- 2.34.1