This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# THIS HAS BECOME OBSOLETE. IN BUILD 14342 THIS IS SOLVED, PLEASE USE THAT BUILD INSTEAD (OR MORE RECENT ONES) | |
# See https://github.com/Microsoft/BashOnWindows/issues/91#issuecomment-218379746 | |
# Workaround to build ZSH on #BashOnUbuntuOnWindows. | |
# See https://github.com/Microsoft/BashOnWindows/issues/91#issuecomment-208077623 | |
# RUN EACH LINE INDEPENDENTLY. THIS IS NOT AN AUTOMATIC BASH SCRIPT. | |
# Install dependencies | |
apt-get install -y git-core gcc make autoconf yodl libncursesw5-dev texinfo checkinstall |