
5 May
2013
5 May
'13
11:44 a.m.
On 5 May 2013 12:10, Edward Diener
./bootstrap.sh --prefix=~/bin
It completes succesfully but nothing is put in my home bin subdirectory. Did I do something wrong ?
It doesn't understand tilde paths, and will have placed in a directory called "~". You need to use the full path. Btw. I think it will place the executable at 'bin/bin', and a lot of other stuff at 'bin/share', which might not be what you want.