Skip to content

Instantly share code, notes, and snippets.

@coolreader18
Last active July 5, 2018 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coolreader18/705df098a291f5231d0f035e9a1f5506 to your computer and use it in GitHub Desktop.
Save coolreader18/705df098a291f5231d0f035e9a1f5506 to your computer and use it in GitHub Desktop.
Install the necessary dependencies for the new minecraft launcher.
curl http://download.icu-project.org/files/icu4c/57.1/icu4c-57_1-src.tgz | tar xvz
cd icu/source
./configure
make
cp lib/* /usr/lib
cd ../..
rm -rf icu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment