red5-eclipse-plugin icon indicating copy to clipboard operation
red5-eclipse-plugin copied to clipboard

How to Compile/Add it

Open curly-hub opened this issue 10 years ago • 1 comments

THere is no documentation left(what was left is out dated or too hard to read). Some simple steps for this eclipse plugin to compile and run it? Or a quick compile? I would be grateful. Thank you!

curly-hub avatar Mar 04 '15 22:03 curly-hub

(OSX) Download the code. Extract it's contents (red5-eclipse-plugin-master.zip) Navigate to the folder through terminal (cd red5-eclipse-plugin-master) Run the commands in (Readme.md)

  • Import -> Existing projects to workspace -> Select root directory -> {browse locate the downloaded
    repository folder}
  • Once files imported. Eclipse->file->export->Select Plugin Development -> Deployable-plugins and
    fragments
  • Select all the checkboxes on the next screen.
  • Bottom of the box check "Install into host. Repository:"
  • Once the installation finished, restart Eclipse.
  • You should now get the option "New Dynamic Web Project -> Infrared5" when you are trying to create a new project

otagtekin avatar Mar 26 '15 14:03 otagtekin