Skip to content

Commit 5573dfe

Browse files
committed
Update docs for 1.2
1 parent 0f5ff0a commit 5573dfe

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

docs/extra_pages.dox

+14-23
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,27 @@
3535
* make check
3636
* make install
3737
*
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+
*
3951
* \subsection homebrew Homebrew
4052
* Homebrew users can install easyRNG via my tap:
4153
*
4254
* > `brew install tschoonj/tap/easyrng`
4355
*
4456
* \subsection linux Linux
4557
* \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:
4759
*
4860
* > `sudo rpm -Uvh http://lvserver.ugent.be/yum/xmi-repo-key-fedora.noarch.rpm`
4961
*
@@ -72,37 +84,16 @@
7284
*
7385
* Next, add the package download location corresponding to your distribution to the /etc/apt/sources.list file (as root):
7486
*
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-
*
8687
* Debian Buster:
8788
*
8889
* deb http://xmi-apt.tomschoonjans.eu/debian buster stable
8990
* deb-src http://xmi-apt.tomschoonjans.eu/debian buster stable
9091
*
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-
*
9692
* Ubuntu Bionic 18.04:
9793
*
9894
* deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu bionic stable
9995
* deb-src http://xmi-apt.tomschoonjans.eu/ubuntu bionic stable
10096
*
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-
*
10697
* Ubuntu Eoan 19.10:
10798
*
10899
* deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu eoan stable

0 commit comments

Comments
 (0)