pombreda / windows-package-manager

Automatically exported from code.google.com/p/windows-package-manager
0 stars 0 forks source link

Please add "D Programming Language" to the default repository #343

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide as much information about the suggested software as
possible:
Home page: http://dlang.org/
Name: D Programming Language (DMD2)
Description: Digital Mars D Programming Language version 2
License: "Digital Mars"
Current version: 2.065.0
Download location: http://downloads.dlang.org/releases/2014/dmd-2.065.0.exe
Required dependencies and the corresponding version ranges: 
ftp://ftp.digitalmars.com/dmc.zip (latest version link) or 
http://downloads.dlang.org/other/dm857c.zip (direct link) 8.57 (installed by 
setup)
Icon: http://dlang.org/images/dlogo.png
Silent installation command line parameters: (NSIS) - /S
Silent removal command line parameters: C:\D\uninstall.exe /S

Please provide any additional information below.
The setup program starts the setup program of VisualD, a VisualStudio extension.
Uninstall left a file "curl-README.txt" in the folder C:\D\
The installer allows to install the previous version of DMD (version 1) if run 
in non-silent mode (this might be desirable in some cases since DMD1 and DMD2 
are not fully compatible).

Original issue reported on code.google.com by hugo.hin...@apex-gaming.com on 24 Mar 2014 at 2:01

GoogleCodeExporter commented 9 years ago

Original comment by tim.lebe...@gmail.com on 25 Mar 2014 at 5:19

GoogleCodeExporter commented 9 years ago
I used http://downloads.dlang.org/releases/2014/dmd.2.065.0.zip, hope this is 
OK. Is Digital Marc C compiler (http://downloads.dlang.org/other/dm857c.zip) 
really a dependency?

Original comment by tim.lebe...@gmail.com on 26 Mar 2014 at 9:54

GoogleCodeExporter commented 9 years ago
OK, I found it:

"""
Download dmc.zip (C and C++ compiler) for Win32 (not required, but it 
complements dmd for Windows)
"""

Original comment by tim.lebe...@gmail.com on 26 Mar 2014 at 9:55

GoogleCodeExporter commented 9 years ago
Well, the installer at the download location installs it automatically, as
far as I can tell. In my opinion it would make sense to detect an already
installed DMC in the DMD2 installer, but I have not tested if the installer
checks for an installed DMC. 

Original comment by hugo.hin...@apex-gaming.com on 27 Mar 2014 at 7:45

GoogleCodeExporter commented 9 years ago
added D and C/C++

Original comment by tim.lebe...@gmail.com on 29 Mar 2014 at 9:33

GoogleCodeExporter commented 9 years ago
Is it possible to format the version number in the GUI like in the zip file, e. 
g. '2.065.0'?

The zip file is missing batch files to set up the environment and Start-menu 
links:
D_installation_dir/dmd2vars32.bat:
@echo.
@echo Setting up 32-bit environment for using DMD 2 from %~dp0dmd2\windows\bin.
@set PATH=%~dp0dmd2\windows\bin;%PATH%
EOF

Start menu/Programs/D/D2 32-bit Command Prompt.lnk → 
D_installation_dir/dmd2vars32.bat
Start menu/Programs/D/D2 Documentation.lnk → 
D_installation_dir/windows/bin/d.chm
Start menu/Programs/D/D2 HTML Documentation → 
D_installation_dir/html/d/index.html

Original comment by hugo.hin...@apex-gaming.com on 31 Mar 2014 at 7:28

GoogleCodeExporter commented 9 years ago
no, all version numbers are normalized 2.065.0 == 2.65

I added the shortcuts.

Original comment by tim.lebe...@gmail.com on 2 Apr 2014 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by tim.lebe...@gmail.com on 10 Apr 2014 at 3:40