Skip to content

al-pacino/LSPL-3

Repository files navigation

Build Status

Supported Platforms

Windows 7, 8.1, 10, Mac OS X, Linux

Other UNIX-like operating systems may work too out of the box.

Building lspl3 on Windows using Visual Studio 2015 (or later):

  • Clone this repository
  • Open lspl3.sln solution
  • Build (F7)

Building lspl3 using CMake

  • Download and install last version of CMake
  • Clone this repository
  • Build using CMake:
# Create `build` folder
mkdir build; cd build

# You can use all cmake generators available on your platform
cmake -G "Unix Makefiles" ../

# Build executable
make

Usage

Run program lspl3:

./lspl3 ../lspl3config.json ../tests/Patterns.txt ../tests/2001_A_Space_Odyssey.json ""

About

LSPL new version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published