I spent few hours today trying to build and install openssl with sb2, so I
guess this info will be helpful to others.
The usual "sb2 -m install make install" does not work, since the "install"
target depends on the build target ("all"), and this target builds only with
sb2 simple mode.
The solution is this:
sb2 ./config --install_prefix=$HOME/buildroot
sb2 make install
Alternatively, you can use:
sb2 make install INSTALL_PREFIX=$HOME/buildroot.
_______________________________________________
Scratchbox-users mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users