Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: gam on April 11, 2020, 07:29:16 AM

Title: sh: cmake: not found. Although a cmake.tcz had been downloaded before
Post by: gam on April 11, 2020, 07:29:16 AM
When I install a webkitgtk+ by source code. I have result:
Code: [Select]
sh: cmake: not found(I had installed a cmake.tcz before). How to run cmake or someway to finish install.
Thanks.
Title: Re: sh: cmake: not found. Although a cmake.tcz had been downloaded before
Post by: Rich on April 11, 2020, 07:42:25 AM
Hi charity
If  cmake.tcz  is not listed in your  onboot.lst  file it will not automatically load when you boot. To load it yourself:
Code: [Select]
tce-load -i cmake
Title: Re: sh: cmake: not found. Although a cmake.tcz had been downloaded before
Post by: Juanito on April 11, 2020, 07:43:38 AM
You can check if cmake is loaded like this:
Code: [Select]
$ tce-status -i | grep cmake
Title: Re: sh: cmake: not found. Although a cmake.tcz had been downloaded before
Post by: gam on April 13, 2020, 08:05:48 AM
I can't found the ccache( compile cache) in App browsers. Its last appearance is in tinycore 9x 64bit. A new issue:
Code: [Select]
Cmake warning at source/cmake/webkitccache.cmake:25
Enable ccache: couldn't find ccache program. Not enabling it
Title: Re: sh: cmake: not found. Although a cmake.tcz had been downloaded before
Post by: Juanito on April 13, 2020, 08:07:17 AM
That is a warning, not an error - things will work without ccache.