Difference between revisions of "ElphelVision Compile Guide"

From apertus wiki
Jump to: navigation, search
(Created page with "=Overview= This guide explains how to set up a development environment (IDE) to compile and run ElphelVision under Ubuntu. =Required Software= *SVN sudo apt-get install sub...")
 
Line 1: Line 1:
=Attention=
This guide is outdated, the source code is now on out GIT account (gitorious.org) not on SVN (sourceforge.net) anymore.
=Overview=
=Overview=
This guide explains how to set up a development environment (IDE) to compile and run ElphelVision under Ubuntu.
This guide explains how to set up a development environment (IDE) to compile and run ElphelVision under Ubuntu.

Revision as of 18:23, 17 February 2013

1 Attention

This guide is outdated, the source code is now on out GIT account (gitorious.org) not on SVN (sourceforge.net) anymore.

2 Overview

This guide explains how to set up a development environment (IDE) to compile and run ElphelVision under Ubuntu.

3 Required Software

  • SVN
sudo apt-get install subversion
  • Recent Java
  • Netbeans

Download and install Netbeans IDE from http://netbeans.org/ The "Java SE" edition is all we need.

4 Aquire Sourcecode

Open a terminal and create a folder of your choice, once you cd to that folder type:

svn co https://elphel.svn.sourceforge.net/svnroot/elphel elphel


5 Open and Run the Project

Start Netbeans and open the project file File->Open Project located at "elphel/Apertus/Java App" from the SVN checkout we just did.

Choose Run->Run Main Project

or press F6