File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,23 @@ You will need the `make <https://www.gnu.org/software/make/>`_ and
21
21
`gfortran <https://gcc.gnu.org/fortran/ >`_ tools installed on your system
22
22
and available from your command line.
23
23
24
- To check if you already have them installed:
24
+ To check if you already have them installed::
25
25
26
26
$ make -v
27
27
28
- Should return something similar to:
28
+ Should return something similar to::
29
29
30
30
$ GNU Make 3.81
31
31
$ Copyright (C) 2006 Free Software Foundation, Inc.
32
32
$ This is free software; see the source for copying conditions.
33
33
$ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
34
34
$ PARTICULAR PURPOSE.
35
35
36
- and
36
+ and::
37
37
38
38
$ gfortran -v
39
39
40
- should return something similar to:
40
+ should return something similar to::
41
41
42
42
$ Using built-in specs.
43
43
$ Thread model: posix
@@ -46,14 +46,14 @@ should return something similar to:
46
46
Installation
47
47
------------
48
48
49
- Clone the repository and compile the Fortran code:
49
+ Clone the repository and compile the Fortran code::
50
50
51
51
$ git clone https://github.com/Axelrod-Python/TourExec.git
52
52
$ cd TourExec
53
53
$ make
54
54
55
55
You should now have a `bin ` directory containing the the executable file,
56
- `tourexec `, which you can run:
56
+ `tourexec `, which you can run::
57
57
58
58
$ cd ../bin
59
59
$ ./tourexec
You can’t perform that action at this time.
0 commit comments