GemX user interface on Ubuntu 10.04
Instructions
The instructions for compiling the command-line tool are the same as for Ubuntu 9.x, which you can find in this post.
Due to popular demand, I ported the GemX user interface of CCFinder to the latest version of Ubuntu 10.04.
Step 1
Download a copy of the source code and the binary package from MY DROPBOX and unpack it. This will create a folder ccfx-ubuntu.
Step 2
Compile the ccfx-ubuntu/src/GemXLinux project using Eclipse version 3.5 or later.
Step 3
Build the ccfxlib.jar library by running the ccfx-ubuntu/src/GemXLinux/buildGemXjar.sh script.
This will package the .class files and graphic resources created in Step 2 into a java archive and copy it to the correct place.
Step 4
Compile the JNI library ccfx-ubuntu/src/ccfx/CCFinderXLib using the provided Makefile. The makefile will also copy it to the correct place for you.
Step 5
Copy the Eclipse SWT archives form your Eclipse installation: use find /usr -name "*.jar" -print | grep swt to locate and copy org.eclipse.swt.gtk.linux.x86_VERSION.jar to ccfx-ubuntu/bin/jars/swt-gtk.jar and org.eclipse.swt_VERSION.jar to ccfx-ubuntu/bin/jars/swt.jar.
Step 6
Run the CCFinderX User Interface cd ccfx-ubuntu/bin && ./gemx.sh.

Comments on this entry are closed.