Skip to content

Commit 07f1c00

Browse files
committed
README を追加
1 parent 3e5ca65 commit 07f1c00

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Readme.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# 7-Zip
2+
3+
Copyright (C) 1999-2016 Igor Pavlov.
4+
5+
Licenses for files are:
6+
7+
1. 7z.dll: GNU LGPL + unRAR restriction
8+
2. All other files: GNU LGPL
9+
10+
The GNU LGPL + unRAR restriction means that you must follow both
11+
GNU LGPL rules and unRAR restriction rules.
12+
13+
## Customization
14+
15+
Copyright (C) 2010 CubeSoft, Inc.
16+
17+
このプロジェクトは、CubeICE 用に 7-Zip をカスタマイズしたものです。
18+
具体的には、文字コードの判別および変換処理を独自のものに置き換えています。
19+
7-Zip/CubeICE では、文字コードの判別および変換処理を以下のライブラリを用いて実装しています。
20+
21+
* バベル -babel-
22+
URL: http://tricklib.com/cxx/ex/babel/
23+
License: http://tricklib.com/license.htm
24+
25+
## How to use
26+
27+
7-Zip/CubeICE は、以下のようなブランチ構造となっています。
28+
29+
* master ... 7-Zip オリジナルのソースコードを管理するブランチ
30+
* cubeice ... CubeICE 用のカスタマイズを反映したブランチ
31+
32+
ビルドする際には、以下の手順で実行して下さい。
33+
34+
1. babel をビルドする (/MT, _fastcall (/Gr))
35+
2. babel.h と babel.lib を適当なディレクトリに配置する
36+
3. インクルードディレクトリ、ライブラリディレクトリに 2. で設置したディレクトリのパスを追加する

0 commit comments

Comments
 (0)