Stegdetect 0.6 fix for building on Mac Os X
Remember to modify your .bash_profile
- "cd ~/" to go to your home folder
- "touch .bash_profile" to create your new file.
- "vi .bash_profile" to edit it( you can use your favourite editor)
- add
export LC_CTYPE=C
export LANG=C
You can build with:
./configure
make