From 3d71a928ce6edd3440a6fee43517174a39b6ce4b Mon Sep 17 00:00:00 2001 From: zmertens Date: Wed, 1 Apr 2015 19:52:15 -0700 Subject: [PATCH] modified README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26e1d4f..937cd10 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ The CMake script knows where to find the libraries so just run CMake script and Note that you still have to manually copy the required .DLL files from the /dlls folder to your binary folder for the binaries to run. ## Linux building -First get the required packages: -Use root (sudo) and type `apt-get install libsoil-dev libglm-dev libassimp-dev libglew-dev libglfw-dev` \ No newline at end of file +First make sure you have CMake, Git, and GCC by typing as root (sudo) `apt-get install g++ cmake git` and then get the required packages: +Using root (sudo) and type `apt-get install libsoil-dev libglm-dev libassimp-dev libglew-dev libglfw-dev`