Gangmax Blog

Clojure Development Environment Setup

  1. Install emacs latest version on Ubuntu 10.04 Lucid

    Follow the instructions here:

1
2
3
4
5
# Remove the existing emacs if there's any.
sudo add-apt-repository ppa:cassou/emacs
sudo apt-get update
sudo apt-get install emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot
# I could'nt install emacs24 it told me could not find, so I just install the snapshot version.
  1. Install leiningen

    Follow the instructions here:

    1. Download the lein script;

    2. Add the script path to “$PATH”;

    3. Add “x” permisson to this script.

Comments