#---------------------------------------------------------------------------- # build_libads.txt - how to build the libads binaries # and create folder and packages # # Creation : 2010-09-07 schlotze # Last update: $Id$ # # !!! This is not a script but an step-by-step howto !!! #---------------------------------------------------------------------------- exit 1 ### Download the source code from the internet, e.g. # http:// libads # libads-9.10.0.21.tar.bz2 ### Extract archive into a temporary location tar -xjvf libads-9.10.0.21.tar.bz2 cd libads-9.10.0.21 ### Build ./configure --prefix=/usr make make install ### Strip files/binaries strip -s *** ### Copy binaries cp *** <svn-root>/trunk/lib/libads/<destination-system>_bin_9.10.0.21/*** ### Copy header files cp *** <svn-root>/trunk/lib/libads/<destination-system>-dev_bin_9.10.0.21/*** ### Add the copied files to the repository and commit them svn add <svn-root>/trunk/lib/libads/<destination-system>_bin_9.10.0.21/... svn ci <svn-root>/trunk/lib/libads/<destination-system>_bin_9.10.0.21 -m "Added binaries" svn add <svn-root>/trunk/lib/libads/<destination-system>-dev_bin_9.10.0.21/... svn ci <svn-root>/trunk/lib/libads/<destination-system>-dev_bin_9.10.0.21 -m "Added header files" ### Create the file lists using the menu entry "4 - (Re)Create file list for a folder on a package"