sudo apt-get install checkinstall mkdir -p ~/src cd ~/src wget http://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.gz tar xf emacs-24.5.tar.gz cd emacs-24.5 ./configure make sudo checkinstall
- Above commands are well tested on
Ubuntu12.04 X64
bit - For More documentation visit http://wiki.vlead.vlabs.ac.in/index.php/How_to_setup_emacs_and_org_8
mkdir -p ~/emacs/lisp cd ~/emacs/lisp wget http://orgmode.org/org-8.3.6.tar.gz tar zxvf org-8.3.6.tar.gz ln -s org-8.3.6 org-8.2.10
- Clone the repository
git clone https://github.com/vlead/feedback-portal.git cd feedback-portal make
- Build the sources
cd feedback-portal make
- Follow the Documentation to setup developement environment.