Erlang is a fast growing language and is used in many key applications. Being concurrent and fast..it is used in many applications where multiple service are required simultaneously.
It can be installed on linux via it package
or
simply from the terminal using : sudo apt-get install erlang
I did using the source file from the erlang site.
The following steps made me complete the installation:
1>download the tar file.
2> cd to the folder and unzip it.
3> go the unzipped folder.
4> Now, Erlang needs some other files to fully complete installations and generate documentations.
So the following steps needs to be done:
Test it by typing in the terminal..
erl
2+9.
It will print: 11
or
which erl
This is supposed to give : /usr/local/bin/erl
....So happy coding...Cheers...
...If there is any problem...let me know.. lets solve it together...
It can be installed on linux via it package
or
simply from the terminal using : sudo apt-get install erlang
I did using the source file from the erlang site.
The following steps made me complete the installation:
1>download the tar file.
2> cd to the folder and unzip it.
3> go the unzipped folder.
4> Now, Erlang needs some other files to fully complete installations and generate documentations.
So the following steps needs to be done:
- sudo apt-get install fop
- sudo apt-get install libncurses-5-dev
- sudo apt-get install openjdk6-jdk
- sudo apt-get install unixodbc-dev
- sudo apt-get install g++
- sudo apt-get install libssl-dev
- sudo apt-get install libwxbase2.8
- sudo apt-get install libwxgtk2.8dev
- sudo apt-get install libqt4opengldev
- sudo apt-get install libgtk2.0dev
- cd to unzipped folder.
- Type: ./configure
- Type: make
- Type: sudo make install
Test it by typing in the terminal..
erl
2+9.
It will print: 11
or
which erl
This is supposed to give : /usr/local/bin/erl
....So happy coding...Cheers...
...If there is any problem...let me know.. lets solve it together...
No comments:
Post a Comment