Folder Structure
About the folder structure of TWELITE STAGE APP
Depending on the operating environment, various settings may be required for this application to function properly. If any issues arise, please refer to this document to prepare your environment.
To set up the development environment, it is necessary to install software packages and agree to their licenses. Security settings may also be required.
Please also refer to “Regarding Application Distribution and Execution,” which includes the following:
Download the TWELITE STAGE SDK for each platform (Windows / macOS / Linux) from Download.
brew install twelite-stage
The installation destination is
~/MWSTAGE
.
Extract the downloaded Zip archive.
Do not include spaces, kanji, hiragana, or other characters outside of half-width digits 0..9, half-width alphabets a..zA..Z, and some symbols -_. in the file path of the extraction destination. Examples for Windows:
C:\work\作業\
C:\Users\user1\work dir\
C:\Work\Work1
Check the extracted folder.
C:\Work
is usually expanded to C:\Work\MWSTAGE
, but depending on the extraction software, the folder name may differ. Change it if necessary.C:\Work\MWSTAGE
) may be represented as {MWSTAGE Installation}
.The extracted folder {MWSTAGE Installation}
contains the following:
TWELITE_Stage.exe
(standard version), TWELITE_Stage_VSCode.exe
(VSCode compatible version)TWELITE_Stage.command
(standard version), TWELITE_Stage_VSCode.command
(VSCode compatible version)TWELITE_Stage.run
(standard version), TWELITE_Stage_VSCode.run
(VSCode compatible version)TWELITE_STAGE
- related files of TWELITE STAGE APPMWSDK
- libraries, source code, etc.Tools
- toolchains for buildingBIN
- .BIN files for TWELITE referenced by the [Select from BIN] menu of TWELITE STAGE APPlog
- storage location for logs and database files of TWELITE STAGE APPflask_wsns_db
- simple server using Python, Flask, and sqlite3For details, see “Folder Structure”.
About the folder structure of TWELITE STAGE APP
Platform-specific notes for installation