Closed mss1451 closed 5 years ago
The first instruction here https://kbsezginel.github.io/nanocar-avogadro/installation#linux is:
git clone https://github.com/OpenChemistry/openchemistry.git
But as written here http://wiki.openchemistry.org/Build#Cloning_Repositories the --recursive option is necessary to include the sub modules otherwise the build fails at the very beginning.
--recursive
Good catch! Could you update the page accordingly and make a pull request?
Done.
Thanks, #9 closes this.
The first instruction here https://kbsezginel.github.io/nanocar-avogadro/installation#linux is:
git clone https://github.com/OpenChemistry/openchemistry.git
But as written here http://wiki.openchemistry.org/Build#Cloning_Repositories the
--recursive
option is necessary to include the sub modules otherwise the build fails at the very beginning.