Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mat007/saddle
Demo for the pony project
https://github.com/mat007/saddle
Last synced: 20 days ago
JSON representation
Demo for the pony project
- Host: GitHub
- URL: https://github.com/mat007/saddle
- Owner: mat007
- License: mit
- Created: 2018-05-13T11:52:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T07:50:04.000Z (over 6 years ago)
- Last Synced: 2024-10-29T11:31:07.570Z (2 months ago)
- Language: HTML
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Saddle
A demo for the [Pony](http://github.com/mat007/pony) project.
## Prerequisites
The following components are required for building the project:
1. [Go](http://golang.org)
2. [MinGW](http://mingw.org)## Building
1. Open a MinGW terminal
3. Run `build.bat`The resulting output is a `bin` folder with a `saddle.exe` application along with all its dependencies.
The build procedure has been intentionaly kept simplistic to be easily merged into any project, team or company usual build infrastructure.