Glam Prestige Journal

Bright entertainment trends with youth appeal.

I am using Ubuntu 12.10 and going to write Prolog program with clpqr. I write this in first line:

:- use_module(library(clpr)).

I got this message:

source_sink `library(clpr)' does not exist

So, how to install that library? I've found some bug report about this, but maybe there's another way to install it...

1 Answer

Finally I find the answer.

  1. Download one from

  2. Install the dependencies listed in

  3. Finish by reading the instruction in README.linux

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy