You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,11 @@ See doc/readme.txt and doc/copyright.txt.
5
5
COMPILE
6
6
-------
7
7
8
-
Download the code
8
+
Download the code.
9
9
run 'make'
10
10
<wait>
11
-
The bin directory contains binaries that can be run directly from the command line.
11
+
The bin directory contains binaries that can be run directly from the
12
+
command line.
12
13
13
14
-------------
14
15
DISTRIBUTIONS
@@ -28,13 +29,17 @@ The distribution will be found in the file
28
29
29
30
dist/x3f_tools-<VER>-<PLATFORM>
30
31
31
-
The <VER> part is either the git hash, or if there is a tag on current commit, that tag.
32
+
The <VER> part is either the git hash, or if there is a tag on current
33
+
commit, that tag.
32
34
33
35
-------
34
36
VAGRANT
35
37
-------
36
38
37
-
If you don't want to install all the dependencies, you can also install and run in a vagrant. Doing so requires downloading Vagrant from http://www.vagrantup.com. Once you've done so, the commands to run the code are:
39
+
If you don't want to install all the dependencies, you can also
40
+
install and run in a vagrant. Doing so requires downloading Vagrant
41
+
from http://www.vagrantup.com. Once you've done so, the commands to
42
+
run the code are:
38
43
39
44
vagrant up
40
45
<wait>
@@ -48,6 +53,12 @@ If you want to run tests, type:
48
53
49
54
make check
50
55
51
-
The tests require that a python virtual environment be installable on the current system. That precursor can be met either by installing `pip` and `virtualenv` on your local box, or by running through the vagrant. Once that requirement has been met, the makefile will ensure that the other packages are installed properly.
56
+
The tests require that a python virtual environment be installable on
57
+
the current system. That precursor can be met either by installing
58
+
`pip` and `virtualenv` on your local box, or by running through the
59
+
vagrant. Once that requirement has been met, the makefile will ensure
60
+
that the other packages are installed properly.
52
61
53
-
The other requirement for the tests is to pull down sample images from the x3f_test_files repository. This is a one-time download of about 90 mb of Sigma images that are used to run tests.
62
+
The other requirement for the tests is to pull down sample images from
63
+
the x3f_test_files repository. This is a one-time download of about
0 commit comments