Skip to content

Prerequisits

LucBerge edited this page Nov 9, 2019 · 4 revisions

Under GitHub

  • Create a GitHub account if not done.
  • Fork B4D.

On your computer

Install Eclipse

  • The bot use java and Maven. Le bot est développé en java et utilise Maven. It is therefore recommended to use Ecplise as IDE.

Install the B4D workspace under Eclipse

  • Create a B4D where ever you want. This repertory will contains the projet files.
  • Create a new Git Repository under the project repertory (New > Other > Git > Git Repository).
  • Set the remote repo by completing the name and the URI (Pull... > New Remote) then Finish.
  • Download the dev branch by selecting 'dev' in the Reference field, then Finish.
  • Install the dev branch (Branches > Remote Tracking > dev (double click))
  • Import the project in Eclipse (Import > Existing Project Into Workspace)

Compile the projet

  • Run > Run As > Maven Install

Now that everything is ready, you can code and create your first program.