diff --git a/README.md b/README.md index 8e8712f1..8e115e58 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/wiki/wiki.toc.txt b/wiki/wiki.toc.txt index 00d43f8d..cca014d9 100644 --- a/wiki/wiki.toc.txt +++ b/wiki/wiki.toc.txt @@ -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) diff --git a/wiki/wiki.txt b/wiki/wiki.txt index e75bb2ec..bf1a4758 100644 --- a/wiki/wiki.txt +++ b/wiki/wiki.txt @@ -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