This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
oserl /
| name | age | message | |
|---|---|---|---|
| |
COPYING | Sun Jul 11 04:26:54 -0700 2004 | |
| |
Makefile | Mon Aug 13 15:04:44 -0700 2007 | |
| |
README | Mon Apr 11 08:36:05 -0700 2005 | |
| |
TODO | Mon Apr 11 08:36:05 -0700 2005 | |
| |
changes.txt | Mon Jul 11 05:20:47 -0700 2005 | |
| |
common.mk | Wed Jan 09 17:50:00 -0800 2008 | |
| |
doc/ | Mon Aug 13 15:06:29 -0700 2007 | |
| |
ebin/ | Mon Aug 13 15:05:38 -0700 2007 | |
| |
include/ | Thu Apr 19 12:59:54 -0700 2007 | |
| |
oserl.pub | Mon Apr 11 08:36:05 -0700 2005 | |
| |
src/ | Fri Apr 03 03:43:55 -0700 2009 |
README
README - OSERL Version 1.2 Apr 11, 2005
http://sourceforge.net/projects/oserl/
Enrique Marcote Peña <mpquique@users.sourceforge.net>
Index
1. Install OSERL
2. Developing SMS based applications
---
1. Install OSERL
Install common_lib package:
tar -zxvf common_lib-1.0.tar.gz
cd common_lib-1.0
make
Install oserl package:
tar -zxvf oserl-1.1.tar.gz
cd oserl-1.1
make
Put the ebin directory of both packages in your code path.
To compile an erlang program using oserl, don't forget to add a reference to
the include directory:
-I <path-to-oserl>/include -pz <path-to-oserl>/ebin
2. Developing SMS based applications
Please refer to doc/index.html for detailed information (also available at
http://oserl.sourceforge.net/oserl/index.html).







