Hello,
I am going through the installation process of the latest webkit, and have
noticed in the CMakeCache.txt that the JavaScriptCore and WebCore as
shared libraries is turned off by default.
For the book, should we be enabling shared versions of these libraries?
Also the installation of the javascript shell is turned off by default.
Again, should this be enabled?
I am re-sending this as a new posting as I have just completed a destdir
installation using the following:
mkdir build &&
pushd build &&
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \
-DPORT=GTK \
-DENABLE_GTKDOC=ON \
-DUSE_SYSTEM_MALLOC=ON \
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc \
-DLIB_INSTALL_DIR=/usr/lib .. &&
make -j1
In addition to the above points, I notice that system_malloc is also
disabled by default. Should this be included as I have done on my system?
Also the sbu value has doubled, at least for me with this build. The
system was not under any load at all. I know that I have a slower system,
and as this is for the book the -j1 option as seen in the above configure
was used.
The base sbu value for me is:
237 as that is what it takes for the first pass of binutils to complete.
For this version of webkit, with the documentation I get an sbu of:
SBU=124.175
Regards,
Christopher.
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page