|
9 months ago | |
---|---|---|
cmake | 6 years ago | |
config | 2 years ago | |
include | 2 years ago | |
resources | 6 years ago | |
src | 9 months ago | |
tests | 2 years ago | |
.editorconfig | 2 years ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
CMakeLists.txt | 9 months ago | |
LICENSE | 2 years ago | |
Mac-compatibility-build.md | 6 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
Windows-Build.md | 2 years ago | |
cmake.sh | 2 years ago | |
sonar-project.properties | 5 years ago |
A Cross-platform Code Editor
Required packages:
After these packages are installed, the project should build with a simple make
command.
Install wxWidgets library (Using homebrew):
brew install wxmac
Install libssh2 (Using homebrew):
brew install libssh2
Build the app:
make Tyro.app
Please note that make commands are chainable. For a typical programming loop, make clean dev run
is very useful.