-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
47 lines (29 loc) · 1.12 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
========================================================
Pythonスクリプトで拡張可能な2画面ファイラ [ 内骨格 ]
========================================================
:著作者: craftware
:連絡先: [email protected]
:種別: フリーウェア
:動作環境: Windows 10 64bit
:Webサイト: http://sites.google.com/site/craftware/
使い方
=========================
使い方については、doc/index.html を参照してください。
ビルド方法
=========================
必要なレポジトリをチェックアウト
cfiler
ckit
pyauto
Python (64bit版) を c:/Python38-64 にインストール
Pillow をインストール::
pip install pillow
VisualStudio 2019 で、Native モジュールをビルド
ckit/ckitcore/ckitcore.sln
pyauto/pyauto.sln
cfiler/cfiler_native/cfiler_native.sln
cfiler/cfiler.sln
デバッグ実行 (cmd.exe などで下記を実行)::
cfiler_d.exe -d
リリースパッケージビルド::
python makefile.py