silq-lang / silq

Boost Software License 1.0
609 stars 52 forks source link

Error message when I execute this comando ./ dependencies-release and build-release #2

Closed marcosleandro9205 closed 4 years ago

marcosleandro9205 commented 4 years ago

After running ./dependencies-release.sh , I have this message , why? fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git

After running ./build-release.sh , I have this message , why? Error: module is in file 'ast/.d' which cannot be read import path[0] = /home/user/Downloads/silq-master/ldc2-1.18.0-linux-x86_64/bin/../import

tgehr commented 4 years ago

I assume you downloaded a zip file instead of cloning with git. Either use git clone or manually download the submodules too. (https://github.com/tgehr/ast and https://github.com/tgehr/util)

tgehr commented 4 years ago

Also see: https://silq.ethz.ch/install