Преглед на файлове

Add system requirements to Compiling;

bjorn преди 4 години
родител
ревизия
3b3d761cf6
променени са 1 файла, в които са добавени 11 реда и са изтрити 0 реда
  1. 11 0
      guides/Compiling.md

+ 11 - 0
guides/Compiling.md

@@ -5,6 +5,17 @@ Compiling the LÖVR code yourself lets you create a custom LÖVR build so you ca
 features or run it on other operating systems.  Below is a guide for setting up all the dependencies
 and compiling the code on various types of systems.
 
+System Requirements
+---
+
+LÖVR is currently known to work with (and optimized for)
+
+- CPU: 64 bit, little endian, x86 or ARM
+- OS: Windows (Vista+), macOS (11+), Linux (libc 2.29+), Android (10)
+- GPU: supports OpenGL 3.3+ or OpenGL ES 3.1+
+
+Other systems and hardware may work, but are not frequently tested and may fail to build/run.
+
 Dependencies
 ---