The yet another audio plugin hosting application. (alpha version)
Currently Terra can be built on these platforms:
# Install prerequisites
brew install autoconf automake libtool
cd /path/to/develop
# Checkout the project
git clone https://github.com/hotwatermorning/Terra.git
cd Terra
# Generate a project file and build it.
# To build with release configuration, use `-Pconfig=Release`
cd ./gradle
./gradlew build_all [-Pconfig=Debug]
# To run the app, execute this command.
open ../build/<Debug or Release>/Terra.app
# To debug or modify source code, open the generated project file with this command.
open ../build/Terra.xcodeproj
cd C:\path\to\develop
REM Checkout the project
git clone https://github.com/hotwatermorning/Terra.git
cd Terra
REM Generate a project file and build it.
REM To build with release configuration, use `-Pconfig=Release`
cd .\gradle
.\gradlew build_all [-Pconfig=Debug]
REM To run the app, execute this command.
open ..\build\<Debug or Release>\Terra.exe
REM To debug or modify source code, open the generated project file with this command.
open ..\build\Terra.sln
Terra is licensed under MIT License.
Terra uses these libraries.
hotwatermorning@gmail.com
https://twitter.com/hotwatermorning