MitsuharuEishi / erlswf

Automatically exported from code.google.com/p/erlswf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

           _               __ 
  ___ _ __| |_____      __/ _|
 / _ \ '__| / __\ \ /\ / / |_ 
|  __/ |  | \__ \\ V  V /|  _|
 \___|_|  |_|___/ \_/\_/ |_|  
                              

source download:
	http://code.google.com/p/erlswf/

requirements:
	Erlang >= OTP R12B-0

license:
	GNU General Public License version 3
	see http://www.gnu.org/licenses/gpl.html

download current version:
	$ svn checkout http://erlswf.googlecode.com/svn/trunk/ erlswf

compile:
	$ make lib
	$ make

install:
	$ make install
	This creates a symlink in /usr/local/bin. Type 'ssacli' for a quick start.

API documentation:
	$ make doc


mini-FAQ:
Q: I can see error messages like "src/swfdt.erl:26: bit type bitstring undefined"
"src/swfdt.erl:27: function bit_size/1 undefined".
A: Please note the required erlang version.

Q: error: undef: [{rfc4627,encode,...
A: Type "make lib" to install the missing json library.

About

Automatically exported from code.google.com/p/erlswf


Languages

Language:Erlang 97.8%Language:Makefile 1.5%Language:Python 0.5%Language:Shell 0.3%