dexed/docs/setup.md

4.7 KiB

title
Setup Coedit

{% raw %}

{% endraw %}

There are four ways to get the program:

  • download and run the setup program build for each release.
  • download and extract the binaries build for each release.
  • build the program from the sources.
  • download and install the official package for a linux distribution.

In all the cases, the DMD D2 compiler must setup and its location has to match to one of the directory of the PATH environment variable. If it's not already installed, download and setup DMD2 for your platform. The latest Coedit version requires at least DMD 2.072. Note that DMD is only required for the ddemangle tool otherwise the software can be fully used with only LDC or GDC as compiler.

For each platform Coedit can be setup using a setup program or by extracting the binaries.

Linux dependencies

The software is based on the GTK2 toolkit. The runtime libraries must be setup (libgtk2, libglib, libgdk-pixbuf2, etc; they usually comes together, libc). You must also setup some theme engines (such as Adwaita, Clearlooks, Nimbus, Industrial, etc).

Windows interface is based on native win32 controls.

Setup program

  • Go to the release page,
  • Choose the zipped setup for your platform (at the bottom of a release log, the buttons labeled coedit.<version>.<platform>.setup.zip).
  • The content must be extracted and executed:
    • note that the option --nodcd can be typed to skip the installation of the completion daemon.
    • Linux, setup for all the users: in a console cd to the file location and type sudo ./coedit.<version>.<platform>.setup.
    • Linux, setup for the current user: in a console cd to the file location and type: ./coedit.<version>.<platform>.setup.
    • Windows, optional, it may be necessary to deactivate your anti-virus software. Norton AV or McAfee hav been reported for detecting a potential threat.
    • Windows: double click, and confirm in the UAC dialog box.
  • To uninstall, run the same program but with the -u option.
    • Linux: if coedit has been setup with sudo you must also uninstall with elevated privileges: sudo ./coedit.<version>.<platform>.setup -u.
    • Windows: start a console as administrator and execute: coedit.<version>.win32.setup -u.
    • Troubleshooting: run the setup program with the -l (or --list) option to get the status of the files and use the report to uninstall manually the files or open a ticket [here][lnk_bugtracker].

Note for the future versions:

  • Updating doesn't require to uninstall.
  • it's possible to uninstall from a newer setup program.
  • always use the same privileges to uninstall or update as used previously.

Binaries

  • Go to the release page,
  • Choose the binaries for your platform (at the bottom of an entry, the buttons labeled coedit.<version>.<platform>.zip).
  • Extract the executables.
    • Linux: it's recommended to put them in /home/<your account>/bin, since it's a known system PATH and that it doesn't require the super user privileges.
    • Windows: the target folder must be added to your system PATH variable. When the location is not known the background tools won't work (symbol list, todo list, DCD).

Under Windows, the releases are compressed with the latest 7-zip beta with the options deflate-ultra. In case of problem try to use 7zip. Under Linux, the command line tool zip is used (deflate and -9).

Under Linux you could have to set the files permission to allow their execution. This used to be necessary when the early alpha zip were all done on Windows (files attributes were lost) but it shouldn't be the case anymore.

If they are not correctly set, for each of the following file coedit, dcd-client, dcd-server, dastworx, either set the permission in the context menu (check allow execution or executable depending on the desktop) or chmod a+x the file in a console.

Linux package

Are provided a deb package (Debian and derived Ubuntu, Mint, etc) and a rpm (Fedora, openSUSE), only for x86_64 (amd64). After the installation, you must also build DCD.

Other OS-specific packages

Maintained by volunteers and for specific operating systems:

First steps

{% raw %}

{% endraw %}