HowTo build Gephi from command line
From Gephi:Wiki
You need ANT version >= 1.8
Windows/Linux
To build Gephi for Windows and Linux platforms, one need to build the Zip distribution.
ant build-zip
Look into 'dist' folder for the result. The Zip contains Windows executable and Linux script.
Mac OS X
To build the Mac OS X application, do
ant build-mac
The Mac OS App must be built either on Mac or Linux.
To make a DMG from an APP:
hdiutil --srcfolder gephi07beta.app gephi07beta.dmg

