# ---------------------------------------------------------------------------- # build_libbaccats.txt - how to build the libbaccats binaries # and create folder and packages # # Creation : 2011-12-04 Yves Schumann # 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:// libbaccats # libbaccats-5.2.2.tar.bz2 ### Extract archive into a temporary location tar -xjvf libbaccats-5.2.2.tar.bz2 cd libbaccats-5.2.2 ### Build ./configure --prefix=/usr make make install ### Strip files/binaries strip -s *** ### Copy binaries cp *** /trunk/lib/libbaccats/_bin_5.2.2/*** ### Copy header files cp *** /trunk/lib/libbaccats/-dev_bin_5.2.2/*** ### Add the copied files to the repository and commit them svn add /trunk/lib/libbaccats/_bin_5.2.2/... svn ci /trunk/lib/libbaccats/_bin_5.2.2 -m "Added binaries" svn add /trunk/lib/libbaccats/-dev_bin_5.2.2/... svn ci /trunk/lib/libbaccats/-dev_bin_5.2.2 -m "Added header files" ### Create the file lists using the menu entry "4 - (Re)Create file list for a folder on a package"