Re: [Aviancomputing-developers] Where is the Source Code?
Develop parallel programs. Try various thread configs. GUI front-end.
Brought to you by:
nchamberlain
From: <cof...@ao...> - 2011-10-16 16:31:18
|
The Avian Computing web site has links to the code in Subversion (SVN) or you can follow this link to http://aviancomputing.svn.sourceforge.net/viewvc/aviancomputing/branches/ to browse the source on-line. You can click on the "Download GNU tarball" link to download the source. It won't include the guava-r09.jar (from Google) that is needed to build the project. The advantage of downloading the source from the files folder (previously mentioned) is that it includes the Javadocs for the code. Another advantage is that the guava-r09.jar (from Google) and the MySQL driver are included with the download, so you'll have everything that you'll need to run any of the examples currently in the project. === The source code is available two ways. You can use Subversion to check out the latest code from /branch/newbirds or you can go to http://sourceforge.net/projects/aviancomputing/files/1.0/ and download the zip file with "src" in the file name. When you unzip that file, it will contain everything that is in the regular zip file, plus the source in the com folder. === How can I get the source code for this project? Which version is the stable version? |