fw4spl-org / fw4spl

Main repository for fw4spl
30 stars 15 forks source link

Some confuses #7

Open Doutianbao opened 7 years ago

Doutianbao commented 7 years ago

Running in Debian 8.7 According to the document, succeed in compiling the deps. But when it comes to the Dev-compile process,

 1.terminater shows:
        docxu@debian:~/Dev/Install/Debug$ ninja 
         [19/22] Automatic MOC for target ioPacs
# I am confusee that why it's not [22/22]   

2. Not the same as compiling the deps, the document  says:cmake  in Dev/Build/Debug, But nothing was built in Dev/Build/Debug, like everything goes to Dev/Install/Debug. So, I ninjia in  Dev/Install/Debug.
# Is there anything wrong?

3.Can you upload some videos about Tuto ,usage or something like research progress?

I am soooooooooooooooooooooooooo sorry about my poor English. Still hope fw4spl turn out in debain-med.

Thank you all for the big work:)

schweitzer commented 7 years ago

Thanks for using fw4spl.

I will try to answer your questions.

  1. Yes you're right it should be [22/22], have you set a project name in the cmake option PROJECT_TO_BUILD ?

  2. Compiling the Deps and compiling fw4spl are two different processes:

I think that running ninja in install folder is not a good idea.

See the documentation for further information about our build process.

  1. No videos are planned for now... sorry 😉