Skip to content

Commit

Permalink
README を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Jun 2, 2016
1 parent 3e5ca65 commit 07f1c00
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 7-Zip

Copyright (C) 1999-2016 Igor Pavlov.

Licenses for files are:

1. 7z.dll: GNU LGPL + unRAR restriction
2. All other files: GNU LGPL

The GNU LGPL + unRAR restriction means that you must follow both
GNU LGPL rules and unRAR restriction rules.

## Customization

Copyright (C) 2010 CubeSoft, Inc.

このプロジェクトは、CubeICE 用に 7-Zip をカスタマイズしたものです。
具体的には、文字コードの判別および変換処理を独自のものに置き換えています。
7-Zip/CubeICE では、文字コードの判別および変換処理を以下のライブラリを用いて実装しています。

* バベル -babel-
URL: http://tricklib.com/cxx/ex/babel/
License: http://tricklib.com/license.htm

## How to use

7-Zip/CubeICE は、以下のようなブランチ構造となっています。

* master ... 7-Zip オリジナルのソースコードを管理するブランチ
* cubeice ... CubeICE 用のカスタマイズを反映したブランチ

ビルドする際には、以下の手順で実行して下さい。

1. babel をビルドする (/MT, _fastcall (/Gr))
2. babel.h と babel.lib を適当なディレクトリに配置する
3. インクルードディレクトリ、ライブラリディレクトリに 2. で設置したディレクトリのパスを追加する

0 comments on commit 07f1c00

Please sign in to comment.