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
hobo:~/term-plus-el $ date | |
Thu May 23 08:55:49 EDT 2013 | |
hobo:~/term-plus-el $ make clean | |
rm -f *~ | |
rm -f \#*\# | |
rm -f *.elc | |
rm -f .depend | |
hobo:~/term-plus-el $ make | |
Compute dependencies | |
emacs --batch -Q -L . \ |
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
Welcome to the Emacs shell | |
~ $ version | |
GNU Emacs 24.3.1 (x86_64-apple-darwin12.2.0, NS apple-appkit-1187.34) | |
of 2013-05-21 on hobo.local | |
~ $ git clone git://github.com/tarao/term-plus-el.git | |
Cloning into 'term-plus-el'... | |
remote: Counting objects: 46, done. | |
remote: Compressing objects: 100% (33/33), done. | |
remote: Total 46 (delta 17), reused 40 (delta 11) |
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
Last login: Thu May 23 09:32:03 on ttys002 | |
hobo:~ $ cd term-plus-el/ | |
hobo:~/term-plus-el $ make clean | |
rm -f *~ | |
rm -f \#*\# | |
rm -f *.elc | |
rm -f .depend | |
hobo:~/term-plus-el $ emacs --version | |
GNU Emacs 24.3.1 | |
Copyright (C) 2013 Free Software Foundation, Inc. |
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
hobo:~/tule/exp/brew/infobug $ date | |
Sat Apr 13 09:10:26 EDT 2013 | |
hobo:~/tule/exp/brew/infobug $ brew update | |
Already up-to-date. | |
hobo:~/tule/exp/brew/infobug $ echo $HOMEBREW_KEEP_INFO | |
1 | |
hobo:~/tule/exp/brew/infobug $ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install git | |
Warning: A newer Command Line Tools for Xcode release is available | |
You should install the latest version from: http://connect.apple.com | |
==> Downloading http://git-core.googlecode.com/files/git-1.8.2.1.tar.gz |
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
hobo:~/tule $ brew install nu | |
Warning: Your Xcode (4.5) is outdated | |
Please install Xcode 4.5.2. | |
==> Downloading http://programming.nu/releases/Nu-2.0.1.tgz | |
Already downloaded: /Library/Caches/Homebrew/nu-2.0.1.tgz | |
==> make | |
==> ./mininush tools/nuke | |
nuke: cp 'nu/nibtools.nu' 'Nu.framework/Versions/A/Resources/nibtools.nu' | |
nuke: cp 'nu/template.nu' 'Nu.framework/Versions/A/Resources/template.nu' | |
nuke: mkdir 'Nu.framework/Versions/A/Headers' |
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
hobo:~ $ hobo:~ $ brew update | |
Already up-to-date. | |
hobo:~ $ brew doctor | |
Your system is raring to brew. | |
hobo:~ $ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install nu | |
==> Downloading http://programming.nu/releases/Nu-2.0.1.tgz | |
Already downloaded: /Library/Caches/Homebrew/nu-2.0.1.tgz | |
/usr/bin/tar xf /Library/Caches/Homebrew/nu-2.0.1.tgz | |
==> make | |
make |
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
PC001406:~/tule $ PC001406:~/tule $ brew doctor | |
Your system is raring to brew. | |
PC001406:~/tule $ date | |
Wed Nov 7 23:38:57 EST 2012 | |
PC001406:~/tule $ |