-
Notifications
You must be signed in to change notification settings - Fork 0
llfw/lfvm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 [email protected], or alternatively you can open an issue or pull request on the GitHub repository: https://github.com/llfw/lfvm