From c7fad496c7aca24170ea01f347fb3a1217bb0102 Mon Sep 17 00:00:00 2001 From: Adrian Hedqvist Date: Wed, 27 Dec 2017 21:57:36 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9ca5f39..cb7f861 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,11 @@ Dependencies: `SDL2`, `Lua53`, `glm`, and `glbinding` ### Linux -* Install the dependencies using your distro's package manager -* Create a directory named "build" and run `cmake .. && make` inside it -* Move either the resulting binary to the root folder of the repository or copy the assets folder into the build directory -* You can now run the binary +Install the dependencies using your favorite package manager and then use cmake. ### Windows -CMake should work just fine on windows as well, but I heavily recommend you to use [vcpkg](https://github.com/Microsoft/vcpkg) to install the libraries. +I heavily recommend you to use [vcpkg](https://github.com/Microsoft/vcpkg) to install the dependencies. When you've done that, either use cmake or the included solution to build with visual studio. ## Future plans