Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

caiiiycuk/js-dos-dosbox

 
 

Repository files navigation

Replaced with js-dos 6.22

js-dos

The aim of the project is to provide nice web-API for em-dosbox.

How to build

Follow to the guide: https://github.com/dreamlayers/em-dosbox/#compiling to build em-dosbox, and then:

cd js-dos
mkdir build
cd build
./emcmake cmake ../api
make -j4

Building api

cd js-dos/api
npm install gulp gulp-coffee gulp-concat gulp-coffeelint gulp-docco run-sequence
gulp

Built will be in js-dos/api/dist folder, use test.html as example.

Packages

 
 
 

Languages

  • C++ 67.9%
  • C 16.7%
  • Objective-C 13.6%
  • M4 0.7%
  • Python 0.6%
  • CoffeeScript 0.2%
  • Other 0.3%