aboutsummaryrefslogtreecommitdiffstats
lfvm: bhyve virtual machine manager
===================================

lfvm is a utility for managing bhyve-based virtual machines.
i wrote it primarily for my own use, but you're welcome to use it too.

license
-------

lfvm is in the public domain.

some files distributed in nihil/ have other licenses; see nihil/README.

requirements
------------

+ FreeBSD
  (in theory, Illumos could be supported too.)
+ CMake
+ ninja
+ libucl
+ a recent C++ compiler

build and install
-----------------

% mkdir build
% cd build
% cmake -GNinja ..
% ninja
% ninja install

questions, comments?
--------------------

please send any feedback to lexi@le-fay.org, or alternatively you can
open an issue or pull request on the GitHub repository:
	https://github.com/llfw/lfvm