README.md style
This commit is contained in:
13
README.md
13
README.md
@@ -80,6 +80,7 @@ Prerequisites:
|
|||||||
Update cURL to version => 7.21.7 (may have to install from source).
|
Update cURL to version => 7.21.7 (may have to install from source).
|
||||||
|
|
||||||
Installation from sources :
|
Installation from sources :
|
||||||
|
```
|
||||||
- Grab the sources from http://curl.haxx.se/download.html
|
- Grab the sources from http://curl.haxx.se/download.html
|
||||||
- Decompress the archive
|
- Decompress the archive
|
||||||
- Open the folder with the extracted files
|
- Open the folder with the extracted files
|
||||||
@@ -87,17 +88,19 @@ Prerequisites:
|
|||||||
- Run make
|
- Run make
|
||||||
- Run sudo make install
|
- Run sudo make install
|
||||||
- Run sudo ldconfig
|
- Run sudo ldconfig
|
||||||
|
```
|
||||||
|
|
||||||
- cannot load such file -- readline:
|
- cannot load such file -- readline:
|
||||||
|
|
||||||
Run sudo aptitude install libreadline5-dev libncurses5-dev
|
Run sudo aptitude install libreadline5-dev libncurses5-dev
|
||||||
|
|
||||||
Then, open the directory of the readline gem (you have to locate it)
|
Then, open the directory of the readline gem (you have to locate it)
|
||||||
|
```
|
||||||
cd ~/.rvm/src/ruby-1.9.2-p180/ext/readline
|
cd ~/.rvm/src/ruby-1.9.2-p180/ext/readline
|
||||||
ruby extconf.rb
|
ruby extconf.rb
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
```
|
||||||
|
|
||||||
See http://vvv.tobiassjosten.net/ruby-on-rails/fixing-readline-for-the-ruby-on-rails-console/ for more details
|
See http://vvv.tobiassjosten.net/ruby-on-rails/fixing-readline-for-the-ruby-on-rails-console/ for more details
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user