andreww / fox

A Fortran XML library
https://andreww.github.io/fox/
Other
58 stars 50 forks source link

Add/update CMake documentation #35

Open andreww opened 8 years ago

andreww commented 8 years ago

It's worth adding information on building with CMake to the documentation and maybe the quick start information. The basic command (from the command line) is:

mkdir build_master/ && cd build_master/ && cmake ../ && make -j

We should also list information on how to select parts of FoX to compile - as outlined by @victorsndvg in #34