; By Dashie <dashie@sigpipe.me>
; Works on : Linux / Windows (should)
; 1 - Installation
$ cd $HOME or C:/Users/YourUser/
$ git clone git://dev.sigpipe.me/sysadmin/emacs-d.git .emacs.d
$ cd .emacs.d
$ cd pkgs
$ git clone --depth 1 https://github.com/alexott/ecb/ alexott-ecb
$ tar xzvf cedet_snapshot-rev_8663.tar
$ tar xzvf doxymacs-1.8.0.tar
# On linux cedet should be built with the Makefiles
# On Windows :
$ cd cedet-bzr/trunk/
$ "C:\Program Files (x86)\GNU Emacs 24.3\bin\emacs.exe" -Q -l cedet-build.el -f cedet-build
; 2 - Configuration
ECB Projects are defined in rhaamo-projects.el
Some things are to change in init.el (mostly paths)
; 3 - Install required packages
Start emacs, will probably fail on lot of things
Do a M-x package-install RET
Install 'save-packages'
Then do a M-x install-saved-packages
Should be enough then restart emacs
; Config built on Emacs 24.3.1 on Linux and Windows