Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: gam on April 11, 2020, 07:29:16 AM
-
When I install a webkitgtk+ by source code. I have result:
sh: cmake: not found
(I had installed a cmake.tcz before). How to run cmake or someway to finish install.
Thanks.
-
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:
tce-load -i cmake
-
You can check if cmake is loaded like this:
$ tce-status -i | grep cmake
-
I can't found the ccache( compile cache) in App browsers. Its last appearance is in tinycore 9x 64bit. A new issue:
Cmake warning at source/cmake/webkitccache.cmake:25
Enable ccache: couldn't find ccache program. Not enabling it
-
That is a warning, not an error - things will work without ccache.