This is the README file for examples.

To compile example.c
% gcc example.c -I[include directory] -L[library directory] -lsymspg -lm

To compile example.f90
% gcc -c spglib_f.c
% gfortran example.f90 spglib_f.o -L[library directory] -lsymspg -lm

Togo <atz.togo@gmail.com>
