diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..94a6131 --- /dev/null +++ b/INSTALL @@ -0,0 +1,16 @@ +INSTALLATION + +Install any needed dependency packages: + - gcc + - g++ + - pkg-config + - libfreetype6-dev + - libx11-dev + - libgl1-mesa-dev + +Make sure submodules are checked out: + git submodule update --init + +Build: + ./configure + make