added links to rpm

This commit is contained in:
Basile Burg 2015-12-14 02:54:23 +01:00
parent 924b8fce59
commit 83193a4d03
3 changed files with 8 additions and 1 deletions

View File

@ -41,6 +41,7 @@ Download the zipped binaries or the zipped setup program for you platform:
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_3/coedit.2alpha3.linux64.zip)
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_3/coedit.2alpha3.win32.setup.zip)
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_3/coedit.2alpha3.win32.zip)
- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_3/coedit-2-alpha3.x86_64.rpm)
[**See the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure) for more information about the setup.

View File

@ -7,6 +7,7 @@ __________
* [setup program](https://github.com/BBasile/Coedit/wiki#setup-program)
* [from binaries](https://github.com/BBasile/Coedit/wiki#binaries)
* [build the sources](https://github.com/BBasile/Coedit/wiki#build-the-sources)
* [Linux package](https://github.com/BBasile/Coedit/wiki#linux-package)
* [Contribute](https://github.com/BBasile/Coedit/wiki#how-to-contribute)
* [Menu reference](https://github.com/BBasile/Coedit/wiki#menu-reference)
* [File](https://github.com/BBasile/Coedit/wiki#file)

View File

@ -38,10 +38,11 @@ A summary of the content is accessible in the right side-bar.
# Detailed setup procedure
There are three ways to get the program, from the simplest to the most complex:
There are four ways to get the program, from the simplest to the most complex:
* 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.
* (not recommended) download and install the official package for a linux distribution.
In the three cases, the _DMD_ D2 compiler must setup and its location added to your environment PATH variable:
If it's not already installed, [download](http://dlang.org/download.html) and setup DMD2 for your platform.
@ -138,6 +139,10 @@ After what Coedit executable should be build. The executable is output to the _b
Note that additionally you'll have to build [the completion daemon **DCD**][lnk_dcd], [the symbol list builder **cesyms**][lnk_cesyms] and [the todo comment parser **cetodo**][lnk_cetodo].
See the products documentation for more information.
## Linux package
Only the _x86-64_ _rpm_ is available (Fedora, openSuse, ...). After the installation, you must also build [DCD][lnk_dcd].
# How to contribute
## Programming