Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 385 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 385 Bytes

README

How to install

$ ./configure --prefix=(INSTALL PATH)
$ make
$ make install
$ export PATH=(INSTALL PATH)/bin:$PATH

Run

$ C_Front a.c -o a.xml
$ C_Back  a.xml

$ F_Front a.f90 -o a.xml
$ F_Back  a.xml

Build Status