mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
* Move old notes into an old/ folder to clarify their pending removal and add a note to the top of each file. * Cleanup macos.sh script to fix various issues.
25 lines
846 B
Markdown
25 lines
846 B
Markdown
# How to configure your build environment
|
|
|
|
Keyman has a wide range of dependencies. We are working to reduce the complexity of setting up a development environment over time, but this document should give you all you need in order to start contributing to Keyman.
|
|
|
|
## Development Platforms
|
|
|
|
* [Linux - Ubuntu](linux-ubuntu.md)
|
|
* [macOS](macos.md)
|
|
* [Windows](windows.md)
|
|
|
|
## Additional Configuration Documentation
|
|
|
|
Additional notes are available in the following documents:
|
|
|
|
* [sentry-cli configuration](sentry-cli.md)
|
|
|
|
Older notes:
|
|
|
|
* [Keyman for Android notes](old/android-notes.md)
|
|
* [Keyman for iOS notes](old/ios-notes.md)
|
|
* [Keyman for macOS notes](old/macos-notes.md)
|
|
* [KeymanWeb notes](old/web-notes.md)
|
|
* [Keyman Core Desktop notes](old/core-desktop-notes.md)
|
|
|
|
Many folders may also contain other build instructions in README.md files.
|