Skip to content

Instantly share code, notes, and snippets.

@bulutmf
Forked from markis/install-watchman-ubuntu.sh
Created September 21, 2018 14:13
Show Gist options
  • Save bulutmf/f50110c8ecc3f27265b0b5b07e17cf5a to your computer and use it in GitHub Desktop.
Save bulutmf/f50110c8ecc3f27265b0b5b07e17cf5a to your computer and use it in GitHub Desktop.

Revisions

  1. @markis markis revised this gist Mar 30, 2017. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions install-watchman-ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,7 @@
    cd /tmp
    git clone https://github.com/facebook/watchman.git
    git checkout v4.7.0
    cd watchman/

    git checkout v4.7.0
    sudo apt-get install -y autoconf automake build-essential python-dev libtool libssl-dev
    ./autogen.sh
    ./configure
  2. @markis markis revised this gist Mar 30, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install-watchman-ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    cd /tmp
    git checkout v4.7.0
    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
  3. @markis markis revised this gist Mar 30, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install-watchman-ubuntu.sh
    Original 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/

  4. @markis markis revised this gist Mar 30, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install-watchman-ubuntu.sh
    Original 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
    sudo apt-get install -y autoconf automake build-essential python-dev libtool libssl-dev
    ./autogen.sh
    ./configure
    make
  5. @markis markis renamed this gist Mar 30, 2017. 1 changed file with 0 additions and 0 deletions.
  6. @markis markis created this gist Mar 30, 2017.
    10 changes: 10 additions & 0 deletions install watchman on ubuntu.sh
    Original 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