Apertus.ElphelVision Compile Guide
From ElphelWiki
Revision as of 01:24, 8 November 2010 by OneArtPlease (talk | contribs)
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 subversion
- Recent Java
- Netbeans
Download and install Netbeans IDE from http://netbeans.org/ The "Java SE" edition is all we need.
- Recent VLC (careful: Ubuntu maintained software channel is outdated, check: http://www.videolan.org/vlc/download-ubuntu.html for a guide how to get a recent version)
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
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