Dub - vibe.d - hunt framework ... problems
    seany 
    seany at uni-bonn.de
       
    Sun Feb  2 00:51:04 UTC 2020
    
    
  
I solved this by following:
sudo wget 
https://netcologne.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
sudo apt-get update --allow-insecure-repositories
sudo apt-get -y --allow-unauthenticated install --reinstall 
d-apt-keyring
sudo apt-get update && sudo apt-get install dmd-compiler dub
then dub showed the error : out of memory.
I applied: dub --build-mode=singleFile
That seems to work
    
    
More information about the Digitalmars-d-learn
mailing list