Work In Progress, please visit http://sourceforge.net/projects/arlekin/ for project information


NEW: Download this Shell Script for download, compile and install ARLEKIN plugins from CVS repository


Installation on *NIX like systems:

No available version yet, but you can download this program from CVS repository on SourceForge.net

For download, compile and run the latest version of this application follow the next steps:

Downloading Latest Version

To download the latest version from CVS repository, you must execute next two commands:

	~$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/arlekin login

	~$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/arlekin co arlekin

Compiling (for user)

For compile using default options (not yet optimized, but without debug information):

	~$ cd arlekin/

	~/arlekin$ ./autogen.sh

	~/arlekin$ make

Compiling (for developers)

For compile using debug information (and all parameters wanted for compiling all files)

		~$ cd arlekin/

		~/arlekin$ CXXFLAGS='-D__DEBUG' ./autogen.sh

		~/arlekin$ make

Running

To get the complete list of options run:

		$ src/base/arlekin --help

To enter using graphic interface run:

		$ src/base/arlekin --gui

Installing Plugins

ARLEKIN project needs some plugins to be installed to work.

Before execute the GTK interface you must install at least one HASH plugin and one CIPHER plugin, for example MD5 and DES, executing the following commands:

For install each plugin you must run some commands as following:

		~/arlekin$ src/base/arlekin --plugin-install plugin-src/hash/md5/.libs/libmd5.so
		~/arlekin$ src/base/arlekin --plugin-install plugin-src/privkey/des/.libs/libdes.so		

NOTE

It's possible that installing CVS versions, some plugins don't work.

To prevent this, you can delete the file "~/.ARLEKIN/plugins.list" and reinstall all the plugins.



Powered by SourceForge Logo