Download

The latest version of LoopTK is available here.

LoopTK should compile on any Linux or UNIX-based system.
See below for instructions on setting up LoopTK.

Instructions for first-time use

Download and install following libraries

Compile the LoopTK library

  1. Edit Makefile:
  2. Compile with "make" command: compiles and installs the LoopTK library to lib/looptk.a

Create example LoopTK program

  1. Edit doc/examples/Makefile:
  2. Edit doc/examples/main.cc
  3. Compile by "make" to create an executable called "example"