sudo apt-get install sbcl
curl -O http://beta.quicklisp.org/quicklisp.lisp
sbcl --load quicklisp.lisp
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 characters
; A REPL-based, annotated Seesaw tutorial | |
; Please visit https://github.com/daveray/seesaw for more info | |
; | |
; This is a very basic intro to Seesaw, a Clojure UI toolkit. It covers | |
; Seesaw's basic features and philosophy, but only scratches the surface | |
; of what's available. It only assumes knowledge of Clojure. No Swing or | |
; Java experience is needed. | |
; | |
; This material was first presented in a talk at @CraftsmanGuild in | |
; Ann Arbor, MI. |
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 characters
svn update --depth infinity | |
export QMAKE=qmake-qt4 | |
export MOC=moc-qt4 | |
export UIC=uic-qt4 | |
export LDFLAGS="$LDFLAGS -lz" | |
export GUILE_CFLAGS="`pkg-config --static --cflags guile-1.8`" | |
export GUILE_LDFLAGS="`pkg-config --static --libs guile-1.8`" | |
export GUILE_DATA_PATH="`pkg-config --variable=datadir guile-1.8`" |
NewerOlder