From 4241e0a12823567dd0de58d9b10c84425f72075c Mon Sep 17 00:00:00 2001 From: Joel Santos Date: Wed, 17 Oct 2018 20:54:09 +0100 Subject: [PATCH] Update Ubuntu 18 build documentation --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 665b987..b78ef79 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,8 @@ cmake -G "MinGW Makefiles" mingw32-make -j4 ``` -## Linux (Ubuntu 14.04) +## Linux +### Ubuntu 14.04 run the following commands in the Terminal ``` sudo apt-get install git cmake libgtk-3-dev libgles1-mesa-dev libglu-dev -y @@ -92,6 +93,15 @@ wget "https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh" sudo sh cmake-3.12.0-Linux-x86_64.sh --skip-license --prefix=/usr ``` +### Ubuntu 18.04 + +run the following commands in the Terminal +``` +sudo apt-get install git cmake libgtk-3-dev libglvnd-dev libglu1-mesa-dev freeglut3-dev -y +git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80 +cmake . && make -j4 +``` + ## Mac install `Command Line Tools for Xcode` and `brew` package manager