Alec Jacobson 831ee69608 main makefile and example makefiles fixed, Extras are broken 12 yıl önce
..
Makefile 831ee69608 main makefile and example makefiles fixed, Extras are broken 12 yıl önce
README 57d8e1844b added file -> string function and example, 14 yıl önce
example.cpp bd4d115fea major reorganization of directory structure 14 yıl önce

README

This is a simple example program that shows how to use the
file_contents_as_string function in the igl library.


To Build:
make

To Run:
./example [path_1] [path_2] ... [path_n]

Example Run #1:
Issuing:
./example example.cpp | diff - example.cpp
Should produce no differences