Skip to content

Installing Delphinus

Alexander Benikowski edited this page Aug 18, 2015 · 9 revisions

Requirements

  • Delphi XE or Higher
  • Open SSL (most recent version if possible)

#Installation As Delphinus uses HTTPS requests to fetch packages, it is required to install Open SSL. libeay32.dll and ssleay32.dll must be accessible to the IDE, either from the PATH-Variable of windows or by putting them into the Bin-Directory of Delphi (However it was reported that this might cause problems sometimes).

To install Delphinus itself, you need to Compile/Install the Delphinus-Project. Choose the one which is most appropiate for your Delphi. There are packages for XE & XE6. Sou you might want to use the XE-Package for XE-XE5 and XE6 for XE6 and newer.

Configuration

Delphinus allows you to authenticate through a OAuth-Token with your Github-Account. While anonymous connections are possible, authenticated ones have a higher API-Ratelimit and allow more requests per hour. To create a OAuth-Token read the manual on Github: https://help.github.com/articles/creating-an-access-token-for-command-line-use/ Create a token with as less rights as possible. According to the Documentation, a Token without any scope is for readonly-access. This is all thats needed. Copy it from Github and paste it into the Options-Dialog. A click on "Test" will show if it worked.