Skip to content

Instantly share code, notes, and snippets.

@tj
Created January 22, 2010 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tj/283360 to your computer and use it in GitHub Desktop.
Save tj/283360 to your computer and use it in GitHub Desktop.
λ ~: kiwi
kiwi> list
Error: no seeds are installed.
kiwi> --verbose install express
install : express
resolve : version 0.0.1
create : /Users/tjholowaychuk/.kiwi/current/seeds/express/0.0.1
fetch : 0.0.1.seed
unpack : /Users/tjholowaychuk/.kiwi/current/seeds/express/0.0.1/express.seed
remove : /Users/tjholowaychuk/.kiwi/current/seeds/express/0.0.1/express.seed
check : dependencies
kiwi> list
express : 0.0.1
haml : 0.1.1
oo : 1.2.0
sass : 0.0.1
kiwi> search cry
crypto : 0.0.3
kiwi> search
crypto : 0.0.3
express : 0.0.1
haml : 0.1.1
oo : 1.2.0 1.1.0
sass : 0.0.1
kiwi> install crypto 0.0.3
Checking for program g++,c++ : ok /usr/bin/g++
Checking for program cpp : ok /usr/bin/cpp
Checking for program ar : ok /usr/bin/ar
Checking for program ranlib : ok /usr/bin/ranlib
Checking for g++ : ok
Checking for program gcc,cc : ok /usr/bin/gcc
Checking for gcc : ok
Checking for node prefix : ok /usr/local
Checking for library ssl : ok
'configure' finished successfully (0.162s)
Waf: Entering directory `/Users/tjholowaychuk/.kiwi/current/seeds/crypto/0.0.3/build'
[1/2] cxx: crypto.cc -> build/default/crypto_1.o
[2/2] cxx_link: build/default/crypto_1.o -> build/default/crypto.node
Waf: Leaving directory `/Users/tjholowaychuk/.kiwi/current/seeds/crypto/0.0.3/build'
'build' finished successfully (0.553s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment