Skip to content

h13i32maru/navyjs-legacy2

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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で開く
  • ビルド -> 実行