https://github.com/baxtree/xlcc
Running the interaction-model-driven peer interaction with node and XLCC
https://github.com/baxtree/xlcc
Last synced: 5 months ago
JSON representation
Running the interaction-model-driven peer interaction with node and XLCC
- Host: GitHub
- URL: https://github.com/baxtree/xlcc
- Owner: baxtree
- License: artistic-2.0
- Created: 2011-07-06T16:00:41.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-05-11T14:20:11.000Z (about 13 years ago)
- Last Synced: 2025-09-09T14:01:18.275Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.83 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#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
#example
sh alice.sh
sh bob.sh