Add libs folder and install_libs.sh 79/15179/4
authorAshish Jain <jain.ashish@samsung.com>
Sun, 2 Nov 2025 18:34:02 +0000 (18:34 +0000)
committerashishj1729 <jain.ashish@samsung.com>
Sun, 16 Nov 2025 19:01:17 +0000 (00:31 +0530)
commit24678efd308b75b376b8e086962a9ef913a49b64
tree6a986cae20e622ccac15c2e85ec075a52deb1e15
parentae67b7bcdfb9b29fe9ceb567bd13920368116c8e
Add libs folder and install_libs.sh

The following tasks are done:
1. Moving all the libraries (loblib.sh) to lib folder.
2. Adding a script "install_libs.sh" whose job is to move all the libs
   to linux internal folder (/usr/local/lib/aimlfw/libs) and updating
   bashrc to setup env-variable AIMLFW_LIBS_HOME, so that script is only
   required to run only first time.
3. Usage example at "install_k8s.sh"
4. Adding uninstallation_libs script to remove the linux internal folder
   and env-variable AIMLFW_LIBS_HOME from bashrc.

Issue-Id: AIMLFW-295
Change-Id: I3a2082be967d207bbb6529039e7f2682d69a28ff
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
bin/install_libs.sh [new file with mode: 0644]
bin/uninstall_libs.sh [new file with mode: 0644]
tools/kubernetes/install_k8s.sh
tools/libs/loglib.sh [new file with mode: 0644]