|
35 | 35 | * make check
|
36 | 36 | * make install
|
37 | 37 | *
|
38 |
| - * This procedure is known to work on Linux, Mac OS X and Windows (using [msys2](https://msys2.github.io/)) |
| 38 | + * Alternatively, you can also use Meson and Ninja to install easyRNG: |
| 39 | + * |
| 40 | + * tar xfvz easyRNG-x.y.tar.gz |
| 41 | + * cd easyRNG-x.y |
| 42 | + * mkdir build |
| 43 | + * cd build |
| 44 | + * meson .. |
| 45 | + * ninja |
| 46 | + * ninja test |
| 47 | + * ninja install |
| 48 | + * |
| 49 | + * This procedures are known to work on Linux, Mac OS X and Windows (using [msys2](https://msys2.github.io/)) |
| 50 | + * |
39 | 51 | * \subsection homebrew Homebrew
|
40 | 52 | * Homebrew users can install easyRNG via my tap:
|
41 | 53 | *
|
42 | 54 | * > `brew install tschoonj/tap/easyrng`
|
43 | 55 | *
|
44 | 56 | * \subsection linux Linux
|
45 | 57 | * \subsubsection rhel Fedora, Centos and Scientific Linux
|
46 |
| - * To facilitate the installation on RPM based Linux distributions, the package includes a spec file which can be used to produce RPM packages for linux distributions that support them (Fedora, Red Hat etc). The developers have built 64-bit RPM packages of easyRNG for the officially supported Fedora and Redhat EL/CentOS/Scientific Linux 7 distributions. These can be downloaded from the RPM repository that is hosted by the X-ray Microspectroscopy and Imaging research group of Ghent University. Access to this repository can be obtained as follows for Fedora distros: |
| 58 | + * To facilitate the installation on RPM based Linux distributions, the package includes a spec file which can be used to produce RPM packages for linux distributions that support them (Fedora, Red Hat etc). The developers have built 64-bit RPM packages of easyRNG for the officially supported Fedora and Redhat EL/CentOS/Scientific Linux 7 and 8 distributions. These can be downloaded from the RPM repository that is hosted by the X-ray Microspectroscopy and Imaging research group of Ghent University. Access to this repository can be obtained as follows for Fedora distros: |
47 | 59 | *
|
48 | 60 | * > `sudo rpm -Uvh http://lvserver.ugent.be/yum/xmi-repo-key-fedora.noarch.rpm`
|
49 | 61 | *
|
|
72 | 84 | *
|
73 | 85 | * Next, add the package download location corresponding to your distribution to the /etc/apt/sources.list file (as root):
|
74 | 86 | *
|
75 |
| - * |
76 |
| - * Debian Jessie: |
77 |
| - * |
78 |
| - * deb http://xmi-apt.tomschoonjans.eu/debian jessie stable |
79 |
| - * deb-src http://xmi-apt.tomschoonjans.eu/debian jessie stable |
80 |
| - * |
81 |
| - * Debian Stretch: |
82 |
| - * |
83 |
| - * deb http://xmi-apt.tomschoonjans.eu/debian stretch stable |
84 |
| - * deb-src http://xmi-apt.tomschoonjans.eu/debian stretch stable |
85 |
| - * |
86 | 87 | * Debian Buster:
|
87 | 88 | *
|
88 | 89 | * deb http://xmi-apt.tomschoonjans.eu/debian buster stable
|
89 | 90 | * deb-src http://xmi-apt.tomschoonjans.eu/debian buster stable
|
90 | 91 | *
|
91 |
| - * Ubuntu Xenial 16.04: |
92 |
| - * |
93 |
| - * deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu xenial stable |
94 |
| - * deb-src http://xmi-apt.tomschoonjans.eu/ubuntu xenial stable |
95 |
| - * |
96 | 92 | * Ubuntu Bionic 18.04:
|
97 | 93 | *
|
98 | 94 | * deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu bionic stable
|
99 | 95 | * deb-src http://xmi-apt.tomschoonjans.eu/ubuntu bionic stable
|
100 | 96 | *
|
101 |
| - * Ubuntu Disco 19.04: |
102 |
| - * |
103 |
| - * deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu disco stable |
104 |
| - * deb-src http://xmi-apt.tomschoonjans.eu/ubuntu disco stable |
105 |
| - * |
106 | 97 | * Ubuntu Eoan 19.10:
|
107 | 98 | *
|
108 | 99 | * deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu eoan stable
|
|
0 commit comments