Menu

How to compile ISLEC

ISLEC is a typical GNU type software. All users can directly use ./configure & ./make command to compile the source code.
e.g. for version 1.1.2

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wget http://sourceforge.net/projects/islec/files/1.1.X/islec-1.1.2.tar.bz2/download
tar -xvf islec-1.1.2.tar.bz2
cd islec-1.1.2
./configure
./make
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

For details, please see islec-X.X.X/INSTALL.

Posted by islec 2012-08-29

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.