Installing the library through the console

this is the first time i installed a library through the console and i
though it would create the dynamic library, but after it finished i
searched for it and didn’t find it, after some search i found out that it
created the include files on a folder in the usr directory

what i want to know is, if i send the app to someone else, will it work
normally, even if it don’t have a framework or dylib on the package?

Only if you created a static SDL library.On 05/06/13 02:17, Lucas franca do nascimento farias wrote:

this is the first time i installed a library through the console and i
though it would create the dynamic library, but after it finished i
searched for it and didn’t find it, after some search i found out that
it created the include files on a folder in the usr directory

what i want to know is, if i send the app to someone else, will it work
normally, even if it don’t have a framework or dylib on the package?

i used what is saying on the Readme

.configure
make
sudo make install

2013/6/4 Nikos Chantziaras > On 05/06/13 02:17, Lucas franca do nascimento farias wrote:

this is the first time i installed a library through the console and i
though it would create the dynamic library, but after it finished i
searched for it and didn’t find it, after some search i found out that
it created the include files on a folder in the usr directory

what i want to know is, if i send the app to someone else, will it work
normally, even if it don’t have a framework or dylib on the package?

Only if you created a static SDL library.

_____________**
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/**listinfo.cgi/sdl-libsdl.orghttp://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

For a static build, you need this instead:

./configure --disable-shared --enable-static

Remove the already existing dynamic libraries in /usr/local before
installing again.On 05/06/13 03:10, Lucas franca do nascimento farias wrote:

i used what is saying on the Readme

.configure
make
sudo make install

thanks for the help

2013/6/4 Nikos Chantziaras > On 05/06/13 03:10, Lucas franca do nascimento farias wrote:

i used what is saying on the Readme

.configure
make
sudo make install

For a static build, you need this instead:

./configure --disable-shared --enable-static

Remove the already existing dynamic libraries in /usr/local before
installing again.

_____________**
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/**listinfo.cgi/sdl-libsdl.orghttp://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org