X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/2531c4e3774222efd74b0dec7dbb2188b15e8c49..refs/heads/no-explicit-template-args:/README 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 ---------