build-bins.sh 487 B

12345678910111213141516
  1. #!/bin/sh
  2. # Move to the bin directory
  3. cd ~/bin
  4. # Build X11 Idle
  5. gcc -l Xss -l X11 x11idle.c -o x11idle
  6. # Build pango-list-typefaces
  7. gcc -o pango-list-typefaces -Wall -g pango-list-typefaces.c `pkg-config --cflags --libs pango` `pkg-config --cflags --libs cairo` `pkg-config --cflags --libs pangocairo` `pkg-config --cflags --libs glib-2.0`
  8. # Build the excuse generator
  9. sbcl --load generate-excuse-build.lisp
  10. # Build the executive decision maker
  11. sbcl --load make-decision-build.lisp