Created
August 26, 2015 15:55
-
-
Save alebianco/fa93c4cda1330b4bdc30 to your computer and use it in GitHub Desktop.
Haxe Formula versioning test
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
GL05259M:~ alessandro.bianco$ brew install haxe --HEAD | |
==> Installing dependencies for haxe: objective-caml, camlp4 | |
==> Installing haxe dependency: objective-caml | |
==> Downloading https://homebrew.bintray.com/bottles/ocaml-4.02.3.yosemite.bottle.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/ocaml-4.02.3.yosemite.bottle.tar.gz | |
==> Pouring ocaml-4.02.3.yosemite.bottle.tar.gz | |
🍺 /usr/local/Cellar/ocaml/4.02.3: 1187 files, 115M | |
==> Installing haxe dependency: camlp4 | |
==> Downloading https://homebrew.bintray.com/bottles/camlp4-4.02.2+6_1.yosemite.bottle.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/camlp4-4.02.2+6_1.yosemite.bottle.tar.gz | |
==> Pouring camlp4-4.02.2+6_1.yosemite.bottle.tar.gz | |
🍺 /usr/local/Cellar/camlp4/4.02.2+6_1: 164 files, 133M | |
==> Installing haxe | |
==> Cloning https://github.com/HaxeFoundation/haxe.git | |
Updating /Library/Caches/Homebrew/haxe--git | |
==> Checking out branch development | |
==> make OCAMLOPT=ocamlopt.opt | |
==> make install INSTALL_BIN_DIR=/usr/local/Cellar/haxe/HEAD/bin INSTALL_LIB_DIR=/usr/local/Cellar/haxe/HEAD/lib/haxe | |
==> Caveats | |
Add the following line to your .bashrc or equivalent: | |
export HAXE_STD_PATH="/usr/local/lib/haxe/std" | |
==> Summary | |
🍺 /usr/local/Cellar/haxe/HEAD: 1901 files, 21M, built in 33 seconds | |
GL05259M:~ alessandro.bianco$ haxe -version | |
3.3.0 |
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
GL05259M:~ alessandro.bianco$ brew install ~/Workspace/tools/homebrew/Library/Formula/haxe.rb --HEAD | |
Warning: Formula file is modified! | |
Building from source because /Users/alessandro.bianco/Workspace/tools/homebrew/Library/Formula/haxe.rb has local changes | |
To install from a bottle instead, run with --force-bottle | |
==> Cloning https://github.com/HaxeFoundation/haxe.git | |
Updating /Library/Caches/Homebrew/haxe--git | |
==> Checking out branch development | |
==> make OCAMLOPT=ocamlopt.opt ADD_REVISION=1 | |
==> make install INSTALL_BIN_DIR=/usr/local/Cellar/haxe/HEAD/bin INSTALL_LIB_DIR=/usr/local/Cellar/haxe/HEAD/lib/haxe | |
==> Caveats | |
Add the following line to your .bashrc or equivalent: | |
export HAXE_STD_PATH="/usr/local/lib/haxe/std" | |
==> Summary | |
🍺 /usr/local/Cellar/haxe/HEAD: 1901 files, 21M, built in 33 seconds | |
GL05259M:~ alessandro.bianco$ haxe -version | |
3.3.0 (git build development @ 62c712e) |
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
GL05259M:~ alessandro.bianco$ brew install haxe | |
==> Downloading https://homebrew.bintray.com/bottles/haxe-3.2.0.yosemite.bottle.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/haxe-3.2.0.yosemite.bottle.tar.gz | |
==> Pouring haxe-3.2.0.yosemite.bottle.tar.gz | |
==> Caveats | |
Add the following line to your .bashrc or equivalent: | |
export HAXE_STD_PATH="/usr/local/lib/haxe/std" | |
==> Summary | |
🍺 /usr/local/Cellar/haxe/3.2.0: 1887 files, 20M | |
GL05259M:~ alessandro.bianco$ haxe -version | |
3.2.0 |
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
GL05259M:~ alessandro.bianco$ brew install ~/Workspace/tools/homebrew/Library/Formula/haxe.rb | |
Warning: Formula file is modified! | |
Building from source because /Users/alessandro.bianco/Workspace/tools/homebrew/Library/Formula/haxe.rb has local changes | |
To install from a bottle instead, run with --force-bottle | |
==> Cloning https://github.com/HaxeFoundation/haxe.git | |
Updating /Library/Caches/Homebrew/haxe--git | |
==> Checking out tag 3.2.0 | |
==> make OCAMLOPT=ocamlopt.opt | |
==> make install INSTALL_BIN_DIR=/usr/local/Cellar/haxe/3.2.0/bin INSTALL_LIB_DIR=/usr/local/Cellar/haxe/3.2.0/lib/haxe | |
==> Caveats | |
Add the following line to your .bashrc or equivalent: | |
export HAXE_STD_PATH="/usr/local/lib/haxe/std" | |
==> Summary | |
🍺 /usr/local/Cellar/haxe/3.2.0: 1887 files, 20M, built in 31 seconds | |
GL05259M:~ alessandro.bianco$ haxe -version | |
3.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment