Install

Compilation and install instructions for vytools.

Compilation

Run vymake -f https://raw.githubusercontent.com/Doi6doi/vytools/main/Make.vy.
It will clone the repository and build the library
If you already have it cloned you only need vymake without arguments
Tools needed to build:
-a vymake compatible C compiler (gcc, clang, msvc, ...)
-a vymake compatible C++ compiler (gcc, clang, msvc, ...)
-a vymake compatible git client (only for cloning)

Installation

Copy the resulting library (libvytools.so,libvytoolsp.so or vytools.dll,vytools.dll) to your default library location.
Copy vytools.h and vytools.hpp headers to your default include file location

Debian package

On a Debian-compatible linux, you can also create a debian package (.deb)
Run vymake deb in project directory
Tools needed: