ko9ma7 / luafar2m

Plugins and macros for far2m

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it

This repository contains plugins and macros for far2m written in Lua 5.1 programming language.

How to build plugins

  • Make sure that FARSOURCE in CMakeLists.txt points to the far2m source directory.
   mkdir _build && cd _build
   cmake ..
   make

Installation

  • Make sure that far2m is already installed.
   cd _build
   sudo make install

About

Plugins and macros for far2m

License:MIT License


Languages

Language:Lua 80.4%Language:C 13.1%Language:templ 4.2%Language:CMake 1.9%Language:MoonScript 0.3%Language:Makefile 0.0%