Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 735 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 735 Bytes

BYONDclipse

Introduction

BYONDclipse is a set of plugins and features to allow people to develop using the BYOND games development platform, in Eclipse.

How to develop BYONDclipse

For building BYONDclipse, you require as minimum:

Once all set up and assuming mvn is in your PATH, the following can be used to package a local P2 repository you can use in testing:

mvn clean package

The maven project contained in this repository can also be imported for development in Eclipse via m2e, using Import > Maven > Existing Maven Project.