This repository contains plugins and macros for far2m written in Lua 5.1 programming language.
- Make sure that
FARSOURCE
in CMakeLists.txt points to the far2m source directory.
mkdir _build && cd _build
cmake ..
make
- Make sure that far2m is already installed.
cd _build
sudo make install