blob: 02f37fd8900a14b2c642c2e4247022eb24eb5e73 (
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
|
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.
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
|