We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df40bfe commit 66a113eCopy full SHA for 66a113e
1 file changed
README.md
@@ -47,9 +47,13 @@ The same graph can also be generated in the dot format and then rendered with gr
47
The path for the factorio recipes can be set with the '--dir' option. The default path is the steam linux directory.
48
Afterwards the path is stored in an ini files and does not need to be given each time.
49
50
-In order to compile the library you need to call:
+In order to compile the library you need to call (and install tclap as an dependency):
51
52
~~~
53
+mkdir libs
54
+wget https://sourceforge.net/projects/tclap/files/tclap-1.2.1.tar.gz/download -O tclap-1.2.1.tar.gz
55
+tar xfz tclap-1.2.1.tar.gz
56
+cd ..
57
mkdir build
58
cd build
59
cmake ../
0 commit comments