erl-tutorials is a set of sample codes whose main purpose is to teach and guide various aspects of erlang programming...
Dependencies:
- CentOS:
- sudo yum install make gcc gcc-c++ kernel-devel m4 java-1.7.0-openjdk-devel sudo yum install freeglut-devel wxGTK-devel openssl-devel unixODBC-devel ncurses-devel tk fop
- Ubuntu:
- sudo apt-get install freeglut3-dev libwxgtk2.8-dev g++ libssl-dev unixodbc-dev tk8.5 libncurses5-dev fop xsltproc
Compilation:
./configure --enable-threads --enable-smp-support --enable-kernel-poll --disable-hipe --with-ssl --enable-halfword-emulator
- ts (tcp servers README)
- ws (web services README)
- ws1 (inets web service)
- gis (gen_server and gen_fsm README)
- mysql (MySQL client gen_server README)
- cdrv (C Port Driver gen_server README)
- et (Trader gen_server README)
- rbt (RBT rebar README)
- Erlang/OTP
Ivan Ribeiro Rocha <[email protected]>
Copyright 2012 Ivan Ribeiro Rocha
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.