Skip to content

h13i32maru/navyjs-legacy2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NavyJS & NavyCreator

  • モバイル向けのWebアプリケーションフレームワーク & IDE
  • http://navyjs.org/

NavyJSのビルド & テスト Build Status

# リポジトリ直下に移動して作業を行う.
cd /path/to/navyjs

# 必要なnode_modulesをインストールする.
npm install

# ビルドコマンドを実行
./navyjs/tools/build.sh

# ビルド完了
ls ./navyjs/build

# テスト開始
./navyjs/spec/run.sh

NavyCreatorのビルド

  • Qt Creatorをインストール
  • creator/src/navy-creator.proをQt Creatorで開く
  • ビルド -> 実行