mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 09:19:57 +01:00
31 lines
543 B
Markdown
31 lines
543 B
Markdown
---
|
|
outline: deep
|
|
---
|
|
|
|
# Story Editor development
|
|
|
|
## Source code location
|
|
|
|
The source code is available in the OpenStory Teller mono-repository [Github](https://github.com/arabine/open-story-teller).
|
|
|
|
The source code is found in the *story-editor* sub-directory.
|
|
|
|
## Development tools
|
|
|
|
You'll need:
|
|
|
|
- A C++ compiler
|
|
- CMake build utility
|
|
|
|
## How to build
|
|
|
|
Open the CMakeLists.txt with your favorite IDE (ie, QtCreator, Visual Studio Code) or build from the command line.
|
|
|
|
# Architecture
|
|
|
|

|
|
|
|
|
|
|
|
|