Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is a walkthrough on how to develop for OSCAR on Eclipse.


Info

This page has been imported from http://www.oscarmanual.org and has not yet been reviewed by OSCAR EMR.


Preface

There is no standard development environment.  After all you can develop OSCAR entirely at the command line with vi and git.  For a project of this scope an IDE makes it that much easier. These basic instructions are adequate for developing Oscar on Eclipse.  You can install Eclipse on any modern OS, but we encourage the better Open Source ones.  

...

The document is based on older instructions for OSCAR 12 and is copyright © 2011-17 by Peter Hutten-Czapski under the Creative Commons Attribution-Share Alike 3.0 Unported License

 

Register for Gerrit

We encourage every developer to sign up, even if you don't commit code right now, gerrit will give you the ability to view and comment on other committed patches etc.  Just navigate to (https://source.oscartools.org:8080/).  You need a git hub account.

...