tags:

views:

80

answers:

1

does anybody know how to run dmd under linux? i downloaded the tango linux binary and extracted it to a special folder. i call "export PATH..." but when i tried to run dmd all i get was

bash: /home/user/dmd/bin/dmd: No such file or directory

sorry im new to linux and just installed ubuntu 9.04 64bit.

thanks.

A: 

sorry mark, formatting screwed up in comments above,

  • download file, tango-0.99.8-bin-linux-dmd.1.041.tar.gz
  • extracted to /home/user/dmd/ folder, so there are /home/user/dmd/bin/ .... etc.
  • call up 'export PATH=/home/user/dmd/bin:$PATH' in terminal
  • tried to run dmd with command 'dmd' and it returns

bash: /home/user/dmd/bin/dmd: No such file or directory