(Japanese document is below. 日本語の解説は下にあります)
An idea processor to help you think and conceive very complex thoughts and ideas.
This software runs on Windows.
Latest version for 64bit Windows can be downloaded from the following page.
https://github.com/Frieve-A/Frieve-Editor/releases
Unzip the downloaded zip file and run the exe file to launch the app. No installation is required.
Open the help from the Help menu in the Frieve Editor, and read the usage guide created by Frieve Editor.
- Download and install the C++ Builder Community Edition from the following link.
https://www.embarcadero.com/products/cbuilder/starter
- Open "src/feditor.cbprpj" from the C++ Builder and build.
feditor.exe will be created at "build\win64\release".
You can also build and package from command line with build_project.bat.
Examples:
build_project.bat(default: Release Win64)build_project.bat Debug Win64
The script creates dist\feditor\ and dist\feditor_<Platform>_<Config>.zip.
This project is licensed under the MIT License. See LICENSE.
Frieve Editorは複雑な思考や斬新なアイデアの発想を支援するアイデアプロセッサです。
このソフトウェアはWindows上で動作します。
アイデア発想法:Frieve Editorのご紹介とセルフブレストのすゝめ https://www.youtube.com/watch?v=0ZA-sX9m97Y
アイデアプロセッサ Frieve Editor https://www.youtube.com/watch?v=lAkkPV_coTI
以下のページよりFrieve Editorをダウンロードします。現状64bit Windows版のみが利用できます。
https://github.com/Frieve-A/Frieve-Editor/releases
ダウンロードしたzipファイルを解凍し、exeファイルを実行するとアプリが起動します(インストールは不要です)。
Frieve Editorを起動し、ヘルプメニューからヘルプを開いて、Frieve Editorで作成された使い方説明を参照できます。
- 以下のページより C++ Builder Community Edition をダウンロード、インストールします。
https://www.embarcadero.com/jp/products/cbuilder/starter
- C++ Builderより "src/feditor.cbprpj" を開き、ビルドします。
"build\win64\release"フォルダにfeditor.exeが作成されます。
コマンドラインからは build_project.bat でもビルドとパッケージ作成が可能です。
例:
build_project.bat(既定: Release Win64)build_project.bat Debug Win64
このスクリプトで dist\feditor\ と dist\feditor_<Platform>_<Config>.zip が作成されます。
このプロジェクトは MIT License の下で公開されています。詳細は LICENSE を参照してください。
