|
User info: • About • File formats • Miller features in the context of the Unix toolkit • Record-heterogeneity • Performance • Why call it Miller? • How original is Miller? • Reference • Data examples • Things to do Developer info: • Compiling, portability, dependencies, and testing • Why C? • Contact information • GitHub repo |
I build with gcc -std=gnu99 -Wall -Werror -O3and I’ve done so successfully on Ubuntu 12.04 LTS, SELinux, and Darwin (MacOS Yosemite). I also use valgrind for detection of memory leaks and runtime memory-access errors. In addition to GCC, the standard C library, and lex (all part of the Linux/Darwin distributions), Miller uses the following dependencies, which are included within the Miller source tree:
|