Running KS on Debian

An application which demonstrates how to use the CopperSpice libraries
Post Reply
barbara
Posts: 447
Joined: Sat Apr 04 2015 2:32 am
Contact:

Running KS on Debian

Post by barbara »

To run KitchenSink you will need the following information:

Code: Select all

tar xvjf KitchenSink-1.0-debian-x64.tar.bz2
cd KitchenSink-1.0
chmod +x KitchenSink
LD_LIBRARY_PATH=. ./KitchenSink
This is an rpath issue and is currently being addressed.
marlowa
Posts: 117
Joined: Sun Oct 25 2015 10:52 am

Re: Running KS on Debian

Post by marlowa »

Looks like the execute permssion needs to be added when it is built. Then it wouldn't need to be done afterwards, it would just unpack with the correct permissions.
ansel
Posts: 152
Joined: Fri Apr 10 2015 8:23 am

Re: Running KS on Debian

Post by ansel »

Looks like the execute permssion needs to be added when it is built. Then it wouldn't need to be done afterwards, it would just unpack with the correct permissions.
It appears that the directions in this thread were out of date. I just checked the current binary packages for KitchenSink, and they all unpack with the execute permission bit set as you would expect.
Ansel Sermersheim
CopperSpice Cofounder
Post Reply