Skip to content

Commit

Permalink
[ci skip] 具体例を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Aug 14, 2018
1 parent 1e0a5f5 commit 7ace080
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions installer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

- [インストーラ作成に必要なもの](#インストーラ作成に必要なもの)
- [インストーラ作成手順](#インストーラ作成手順)
- [すべてビルドする場合](#すべてビルドする場合)
- [すべて一括でビルドする場合](#すべて一括でビルドする場合)
- [具体例 (全構成をビルドする場合)](#具体例-全構成をビルドする場合)
- [個別にビルドする場合](#個別にビルドする場合)
- [具体例 (x64 の Release)](#具体例-x64-の-release)
- [インストーラの設定ファイル](#インストーラの設定ファイル)
- [インストーラのビルドに必要なファイル](#インストーラのビルドに必要なファイル)
- [インストーラのビルド](#インストーラのビルド)
Expand All @@ -22,7 +24,7 @@

## インストーラ作成手順

### すべてビルドする場合
### すべて一括でビルドする場合

以下のコマンドを実行する

Expand All @@ -36,6 +38,16 @@ build-all.bat <Platform> <Configuration>
|第一引数 | platform | "Win32" または "x64" |
|第二引数 | configuration | "Debug" または "Release" |

#### 具体例 (全構成をビルドする場合)

```
build-all.bat Win32 Release
build-all.bat Win32 Debug
build-all.bat x64 Release
build-all.bat x64 Debug
```


### 個別にビルドする場合

以下のコマンドを実行する
Expand All @@ -46,6 +58,15 @@ build-chm.bat
build-installer.bat <Platform> <Configuration>
```


#### 具体例 (x64 の Release)

```
build-sln.bat x64 Release
build-chm.bat
build-installer.bat x64 Release
```

## インストーラの設定ファイル

Inno Setup の設定ファイルは拡張子が iss のファイルです。
Expand Down

0 comments on commit 7ace080

Please sign in to comment.