Updated READMEs

This commit is contained in:
R. Eric Wheeler 2015-07-16 13:53:27 -07:00
parent 631e501393
commit 08a7bb9774
3 changed files with 7 additions and 2 deletions

5
.gitignore vendored
View File

@ -19,6 +19,11 @@ stamp-h1
libpipecolors.pc libpipecolors.pc
tests/ tests/
test/ test/
src/libpipecolors-boost.cc
src/libpipecolors.la
src/libpipecolors.lo
src/libpipecolors.o
/timestamp /timestamp
# Ignore backup files # Ignore backup files
*~ *~

2
README
View File

@ -18,7 +18,7 @@ int pcsprintf(char * str, const char * format, ...);
*********** ***********
[x] Remove std::map requirement [x] Remove std::map requirement
[ ] Remove boost requirement without forcing -std=c++11 [x] Remove boost requirement without forcing -std=c++11 (Reduced size from 1.2M to 87K)
***************** *****************
** Example use ** ** Example use **

View File

@ -10,7 +10,7 @@ int pcsprintf(char * str, const char * format, ...);
``` ```
### To Do ### To Do
- [x] Remove std::map requirement - [x] Remove std::map requirement
- [ ] Remove boost requirement without forcing `-std=c++11` - [x] Remove boost requirement without forcing `-std=c++11` (Reduced size from 1.2M to 87K)
## Example use ## Example use