Hi everyone, I am trying to install Darling on Ubuntu 16.10 (64 bit). I am not sure if I am doing everything right. (Instruction is not clear really to me) I would be grateful if somebody can help me out and I can start using it.
I tried following steps:
$sudo apt-get install git
$ sudo apt-get install cmake clang bison flex xz-utils libfuse-dev libxml2-dev \
libicu-dev libssl-dev libbz2-dev zlib1g-dev libudev-dev linux-headers-generic
Then as superuser:
cd darling
mkdir -p build/x86-64
cd build/x86-64
cmake ../.. -DCMAKE_TOOLCHAIN_FILE=../../Toolchain-x86_64.cmake
make
make install
# Now we go into src/lkm to build the kernel module
cd ../../src/lkm
make
make install
------------------
Above 'cmake' line is giving the note and rest of the lines are not working (attached log file):
-- Configuring incomplete, errors occurred!
See also "/home/purnendu/darling/build/x86-64/CMakeFiles/CMakeOutput.log".