>> Download from Auto Complete Mode top page.
>> extract
tar xvjf auto-complete-1.3.1.tar.bz2
>> run emacs
M-x load-file RET
Note that if you want to upgrade auto-complete-mode, you have to install in a newly launched Emacs with -q option.
input the path where your install.el is.
e.g.
~/auto-complete-1.3.1/etc/install.el
Then input a directory where Auto Complete will be installed.
Finally type RET to start installation.
After installation, you may see the following buffer and follow instructions to edit .emacs.
Successfully installed!
Add the following code to your .emacs:
(add-to-list 'load-path "~/.emacs.d") ; This may not be appeared if you have already added.
(add-to-list 'ac-dictionary-directories "~/.emacs.d/ac-dict")
(require 'auto-complete-config)
(ac-config-default)