Hi, I've become a big fan of framework libraries of Apple GCC they are just too convinient to use 🙂
Is there any tool that is used to convert normally compiled libraries to framework?
for example, I have some_library that I need to compile from sources:
cd some_library
./configure --prefix=my_own_install_dir
make
make install
After installing it would be nice to just run:
bsdlib2framework my_own_install_dir
and that would create framework "my_own_install_dir.framework"
Probably there is already some too for that?
Is there any tool that is used to convert normally compiled libraries to framework?
for example, I have some_library that I need to compile from sources:
cd some_library
./configure --prefix=my_own_install_dir
make
make install
After installing it would be nice to just run:
bsdlib2framework my_own_install_dir
and that would create framework "my_own_install_dir.framework"
Probably there is already some too for that?