From the Info in folder README LOCAL:
Question: Is there a better script than this?? OR suggestions on fixing the above script would be most welcome!
This procedure is based on the boostrap script boostrap.local
My Downloads location:
~/Downloads/digikam-4.11.0$ dir
bootstrap.linux build COPYING-CMAKE-SCRIPTS doc gits project
bootstrap.local cmake COPYING.DOC doc-translated gitup README
bootstrap.macports CMakeLists.txt COPYING.LIB download-repos NEWS README.LOCAL
bootstrap.msvc.bat COPYING core
1. Set the root directory for your git install in boostrap.local (MYROOT variable) ??
2. If you want a clean build directory, set CLEANROOT to 1 (?)
3. Type the following command in your terminal:
$ ./boostrap.local (?? no such directory)
$ cd build (that exists)
...........
$ make (make: /usr/bin/cmake: Command not found ?)
Makefile:3620: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 127
The rest I have not got to:
$ make install
$ mkdir -p /your/root/directory/var/tmp/kde-$USER
$ KDEDIRS="/your/root/directory/" KDESYCOCA="/your/root/directory/var/tmp/kde-$USER/ksycoca4" kbuildsycoca4
My Downloads location:
~/Downloads/digikam-4.11.0$ dir
bootstrap.linux build COPYING-CMAKE-SCRIPTS doc gits project
bootstrap.local cmake COPYING.DOC doc-translated gitup README
bootstrap.macports CMakeLists.txt COPYING.LIB download-repos NEWS README.LOCAL
bootstrap.msvc.bat COPYING core
1. Set the root directory for your git install in boostrap.local (MYROOT variable) ??
2. If you want a clean build directory, set CLEANROOT to 1 (?)
3. Type the following command in your terminal:
$ ./boostrap.local (?? no such directory)
$ cd build (that exists)
...........
$ make (make: /usr/bin/cmake: Command not found ?)
Makefile:3620: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 127
The rest I have not got to:
$ make install
$ mkdir -p /your/root/directory/var/tmp/kde-$USER
$ KDEDIRS="/your/root/directory/" KDESYCOCA="/your/root/directory/var/tmp/kde-$USER/ksycoca4" kbuildsycoca4
Comment