Introduction to the Basix package |
The basix package contains the usual data types, the
language environments, the evaluators and the abstract language on
which the
Installation notes and the most recent version of this package are to
be found from the
Here follows a simple example named example.cpp:
The following command can be used to compile file:
As a result you can now run example and obtain:
Hereabove the command basix-config –cppflags –libs produces all the necessary include and library paths. More options are described though basix-config –help: