-
-
Save bulutmf/f50110c8ecc3f27265b0b5b07e17cf5a to your computer and use it in GitHub Desktop.
Revisions
-
markis revised this gist
Mar 30, 2017 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,7 @@ cd /tmp git clone https://github.com/facebook/watchman.git cd watchman/ git checkout v4.7.0 sudo apt-get install -y autoconf automake build-essential python-dev libtool libssl-dev ./autogen.sh ./configure -
markis revised this gist
Mar 30, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ cd /tmp git clone https://github.com/facebook/watchman.git git checkout v4.7.0 cd watchman/ sudo apt-get install -y autoconf automake build-essential python-dev libtool libssl-dev -
markis revised this gist
Mar 30, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ cd /tmp git checkout v4.7.0 git clone https://github.com/facebook/watchman.git cd watchman/ -
markis revised this gist
Mar 30, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cd /tmp git clone https://github.com/facebook/watchman.git cd watchman/ sudo apt-get install -y autoconf automake build-essential python-dev libtool libssl-dev ./autogen.sh ./configure make -
markis renamed this gist
Mar 30, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
markis created this gist
Mar 30, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ cd /tmp git clone https://github.com/facebook/watchman.git cd watchman/ sudo apt-get install -y autoconf automake build-essential python-dev libtool ./autogen.sh ./configure make sudo make install