aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 2a63f43210019bf365dcb9b13f0ece7a8deb26b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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