SRI-CSL/stegotorus

Jel dependencies

BaronWolfenstein opened this issue · 3 comments

Jel is required but not in the git repo.

When you do compile Jel and its Rscode-1.3 (rscode.sourceforge.net) dependency, rscode needs -fPIC added to its default Makefile otherwise ld starts throwing errors about shared values when you try to compile Jel.

The jel library including the rscode can be found here:

https://github.com/SRI-CSL/jel

I'll put a mention in the README, sorry.

For the jel issue, what platform is this happening on? jel has its own copy of rscode, so
I'm not sure if the rscode.soruceforge.net issue is moot or not.

Ubuntu 14.04. I used a copy of jel that wasn't from the git, so you may be right, since I had to go download Rscode-1.3 separately.

Well let me know if you have problems with the autotools build of the github jel, and thanks for the follow
up. Jel is still a bit of a moving target, though the moves are smaller now.