Created
May 11, 2016 06:30
-
-
Save daipresents/9c605590d3c6bac93fd0d5a02988ca4c to your computer and use it in GitHub Desktop.
TextMateがオープンソースになったのでMountain Lionに入れてみた
This file contains hidden or 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
git clone https://github.com/textmate/textmate.git | |
cd textmate | |
git submodule update --init | |
./configure && ninja |
This file contains hidden or 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
cd ninja | |
./bootstrap.py |
This file contains hidden or 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
sudo port install ninja |
This file contains hidden or 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
brew install ragel boost multimarkdown hg | |
./configure && ninja |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment