diff options
author | Andrew <forkk@forkk.net> | 2013-12-13 12:10:40 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-12-13 12:10:40 -0600 |
commit | 1e96a0c8eba2d932e08a33ec909cf8141f1aaa43 (patch) | |
tree | 325c7af968cdff20da415c21ea658095c18087f9 | |
parent | 07441a7e18c045a5415d339c8184ce3221c1fe56 (diff) | |
parent | 01328b54e0bea4131f338ee1917ee00675f0c26d (diff) | |
download | MultiMC-1e96a0c8eba2d932e08a33ec909cf8141f1aaa43.tar MultiMC-1e96a0c8eba2d932e08a33ec909cf8141f1aaa43.tar.gz MultiMC-1e96a0c8eba2d932e08a33ec909cf8141f1aaa43.tar.lz MultiMC-1e96a0c8eba2d932e08a33ec909cf8141f1aaa43.tar.xz MultiMC-1e96a0c8eba2d932e08a33ec909cf8141f1aaa43.zip |
Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Getting the project to build and run on Linux is easy if you use Ubuntu 13.10 (o * Qt 5.1.1+ Development tools (http://qt-project.org/downloads) ("Qt Online Installer for Linux (64 bit)") * A copy of the MultiMC source (clone it with git) * cmake -* build-essentials +* build-essential * zlib (for example, zlib1g-dev) * java (for example, openjdk-7-jdk) * GL headers (for example, libgl1-mesa-dev) |