Open Doutianbao opened 7 years ago
Thanks for using fw4spl.
I will try to answer your questions.
Yes you're right it should be [22/22], have you set a project name in the cmake option PROJECT_TO_BUILD ?
Compiling the Deps and compiling fw4spl are two different processes:
In the Deps the build command (make
or jom
) do first the build and automaticaly the install process, that's why everything goes in dev/deps/install/debug
In fw4spl the build process is more close to the cmake standard. For example:
dev/src/fw4spl
dev/build/debug
dev/install/debug
I think that running ninja
in install folder is not a good idea.
See the documentation for further information about our build process.
Running in Debian 8.7 According to the document, succeed in compiling the deps. But when it comes to the Dev-compile process,
I am soooooooooooooooooooooooooo sorry about my poor English. Still hope fw4spl turn out in debain-med.
Thank you all for the big work:)