Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2019-05-14 22:37:42 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2019-05-14 22:37:42 +0300
commit1b84398e54368b18b1bbf5fc328d84d3e5445b4e (patch)
tree6e32935b957d255baaf1939eb26f332968321b52 /README.md
parente2c0c75b1bbcb1aae49e0651bc1474b184335fc6 (diff)
README: Mention libvirt is now supported
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a2b01e7b..3f0b1d25 100644
--- a/README.md
+++ b/README.md
@@ -51,10 +51,10 @@ use this Makefile for simple Proton builds.
This Makefile uses a virtual machine to create a consistent build environment.
The VM is managed with [Vagrant](https://www.vagrantup.com/), which you will
-need to install before invoking these commands. While Vagrant supports several
-VM software backends, Proton's build system has been tested only with its
-VirtualBox backend. You may run into problems with the shared folder
-(`vagrant_share`) and/or CPU and memory usage with other backends.
+need to install before invoking these commands. Proton's build system is most
+well tested with Vagrant's VirtualBox and libvirt/qemu backends. It also
+requires the vagrant-sshfs plugin. You may run into problems with the shared
+folder (`vagrant_share`) and/or CPU and memory usage with other backends.
If your build VM gets cluttered, or falls out of date, you can use `vagrant
destroy` to wipe the VM clean, then invoke one of the below commands to start