Erlang R11B
Details
| Size: | 10589K |
| Last Update: | 2008-06-01 22:45:40 |
| OS Support: | Linux |
| License/Program Type: | GPL (GNU General Public License) |
| Publisher: | OTP team |
| Price: | $0.00 |
Description:
Erlang R11B is compilers software developed by OTP team.
Erlang is a programming language designed at the Ericsson Computer Science Laboratory.
Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson.
Installation
When installed, the entire system, except for a small start-up script, resides in a single directory tree. The location of this directory tree can be chosen arbitrarily by the installer, and it does not need to be in the user's $PATH.
The only requirements are that the file system where it is placed has enough free space, and that the users who run Erlang/OTP have read access to it. In the example below, the directory tree is assumed to be located at /usr/local/erlang, which is here called the top-level directory.
It is assumed that you have the compressed tar file, the name of which is < PREFIX >.tar.gz, where < PREFIX > is a string denoting the particular Erlang/OTP release, e.g. otp_LXA_11930_sunos5_R9B.
Wherever the string < PREFIX > is used below, it should be replaced by the actual name prefix of the compressed tar file.
The tape archive file does not have one single directory in which all other files are rooted. Therefore the tape archive file must be extracted into an empty (newly created) directory.
1. If the top-level directory does not already exist, create it:
mkdir /usr/local/erlang
2. Change the current directory to the top level directory:
cd /usr/local/erlang
3. Create the installation directory with an appropriate name. For example:
mkdir otp_r7b
4. Change to the installation directory, e.g.
cd otp_r7b
5. Assuming the compressed tar file resides in the directory ,. extract the compressed tar file into the current directory:
gunzip -c /.tar.gz | tar xfp -
6. Read the README file in the installation directory for last minute updates, before proceeding.
7. Run the Install script in the installation directory, with the absolute path of the installation directory as argument,
./Install /usr/local/erlang/otp_r7b
and supply answers to the prompts.
In most cases, there is a default answer in square brackets ([]). If the default is satisfactory, just press . In general you are only prompted for one thing:
"Do you want to use a minimal system startup instead of the SASL startup?"
In a minimal system, only the Kernel and STDLIB applications are loaded and started. If the SASL startup is used, the SASL application is included as well. Normally, the minimal system is enough.
8. Make Erlang/OTP available for users, either by putting the path /usr/local/erlang/otp_r7b/bin in users $PATH variable, or link the executable /usr/local/erlang/otp_r7b/bin/erl accordingly, e.g.:
ln -s /usr/local/erlang/otp_r7b/bin/erl /usr/local/bin/erl
What's New in This Release:
Among other things, SMP support was added.
Erlang R11B supports different languages (including english). It works with Linux.
Downloading Erlang R11B will take several minutes if you use fast ADSL connection.
0 comments
Add to
Erlang R11B Version History
Related Software
|
|
From category: Libraries |
| Device::Cdio::Device 0.2.3 is libraries software developed by Rocky Bernstein. Device::Cdio::Device is a class for disc and device aspects of Cdio. SYNOPSIS use Device::Cdio::Devi... |
|
|
From category: Libraries |
| XML::Validator::Schema is a Perl module to validate XML against a subset of W3C XML Schema.... |
|
|
From category: Libraries |
| Dante 1.1.19-pre1 is libraries software developed by Inferno Nettverk A/S. Dante is a circuit-level firewall and proxy that can be used to provide convenient and secure network connectivity to a wi... |
|
|
From category: Libraries |
| Bio::Matrix::PSM::InstanceSite 1.4 is libraries software developed by Stefan Kirov. Bio::Matrix::PSM::InstanceSite is a PSM site occurance. SYNOPSIS use Bio::Matrix::PSM::InstanceSi... |
|
|
From category: Quality-Assurance-and-Testing |
| DEPS 0.13 is quality assurance and testing software developed by Yann Dirson. DEPS is a Dependency Extraction and Processing System. DEPS started life with the graph-includes name. Since it is e... |
|
|
From category: Widgets |
| Eclim 1.2.3 is widgets software developed by Eric Van Dewoestine. Eclim (Eclipse integration in vim) is a set of eclipse and vim plugins that bring Eclipse functionality to the vim editor. E... |
|
|
From category: Libraries |
| fb_shash 1.0 is libraries software developed by Richard Kotal. fb_shash is a UDF library for Firebird/Interbase. It implements hash and hmac interfaces to the openssl library. It supports ha... |
|
|
From category: Libraries |
| DORM4J 0.1 is libraries software developed by indexchen. DORM4J (Dynamic Object-Relational Mapping for Java) is an O/R mapping library for Java. DORM4J library uses annotations in JDK 1.5 an... |
|
|
From category: Libraries |
| AJASON 0.9 is libraries software developed by Sven Jacobs. AJASON is a PHP 5 library and JavaScript client for the upcoming Web technology called AJAX. AJAX permits data to be fetched asynchronousl... |
|
|
From category: Libraries |
| AsmLib project is a general purpose library for console or terminal programs.... |
|
|
From category: Perl-Modules |
| Jifty::Web::Form::Clickable is a Perl module with some item that can be clicked on -- either a button or a link.... |
|
|
From category: Libraries |
| AudioFile::Info::MP3::ID3Lib 1.05 is libraries software developed by Dave Cross. AudioFile::Info::MP3::ID3Lib is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::... |
|
|
From category: Libraries |
| C++ base 1.0 is libraries software developed by Bjoern Lemke. C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation of low level operating system calls a... |
|
|
From category: Libraries |
| libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.... |
|
|
From category: Libraries |
| Audio::MFCC 0.0801 is libraries software developed by David Huggins-Daines. Audio::MFCC is a Perl module for computing mel-frequency cepstral coefficients. SYNOPSIS use Audio::MFCC;... |
Leave a comment