Skip to content

Latest commit

 

History

History
executable file
·
29 lines (15 loc) · 786 Bytes

README.md

File metadata and controls

executable file
·
29 lines (15 loc) · 786 Bytes

#node-xlcc

node-xlcc is an interpreter for xLCC on Node.

#Installation

[1] install GIT from http://git-scm.com/

[2] checkout Node.js from GitHub: git clone https://github.com/joyent/node.git

[3] cd node; select node-v0.4.9: git checkout v0.4.9

[4] configure and install node-v0.4.9: ./configure ; make install

[5] checkout xlcc from GitHub: git clone git://github.com/baxtree/xlcc.git

[6] install dependencies: cd xlcc; git submodule init; git submodule update

[7] install expat-devel and compile node-expat manually: yum install expat-devel (for Scientific Linux/RedHat/Centos) | apt-get install expat-devel (for Ubuntu/Debian); cd xlcc/lib/node-expat; node-waf configure build

#Usage

node node-xlcc/xlcc.js <IM_NAME.xlc>

#example

sh alice.sh

sh bob.sh