added build instructions, close #2839

This commit is contained in:
Dylan K. Taylor
2020-01-31 11:32:28 +00:00
parent f1083bd9c4
commit b27aaaeeb2
2 changed files with 39 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- [StackOverflow](https://stackoverflow.com/tags/pocketmine)
## For developers
* [Building and running from source](BUILDING.md)
* [Latest API documentation](https://jenkins.pmmp.io/job/PocketMine-MP-doc/doxygen/) - Doxygen documentation generated from development
* [DevTools](https://github.com/pmmp/PocketMine-DevTools/) - Development tools plugin for creating plugins
* [ExamplePlugin](https://github.com/pmmp/ExamplePlugin/) - Example plugin demonstrating some basic API features